HomeSort by: relevance | last modified time | path
    Searched defs:int_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 893 InternalMmapVector<int> int_buf(kSize); local in function:TEST
894 EXPECT_EQ((uptr)kSize, int_buf.size()); // NOLINT
sanitizer_allocator_test.cc 893 InternalMmapVector<int> int_buf(kSize); local in function:TEST
894 EXPECT_EQ((uptr)kSize, int_buf.size()); // NOLINT

Completed in 24 milliseconds