Home
last modified time | relevance | path

Searched refs:__tsan_get_estimated_allocated_size (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc23 uptr __tsan_get_estimated_allocated_size(uptr size);
142 EXPECT_EQ(__tsan_get_estimated_allocated_size(10), (uptr)10); in TEST()
143 EXPECT_EQ(__tsan_get_estimated_allocated_size(20), (uptr)20); in TEST()
144 EXPECT_EQ(__tsan_get_estimated_allocated_size(100), (uptr)100); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc239 uptr __tsan_get_estimated_allocated_size(uptr size) { in __tsan_get_estimated_allocated_size() function