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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mman_test.cc 114 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); local in function:__tsan::TEST
127 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
134 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());
tsan_mman_test.cc 114 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); local in function:__tsan::TEST
127 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
134 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());

Completed in 178 milliseconds