Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc19 uptr __tsan_get_current_allocated_bytes();
137 uptr alloc0 = __tsan_get_current_allocated_bytes(); in TEST()
150 EXPECT_EQ(__tsan_get_current_allocated_bytes(), alloc0 + 16); in TEST()
157 EXPECT_EQ(__tsan_get_current_allocated_bytes(), alloc0); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc222 uptr __tsan_get_current_allocated_bytes() { in __tsan_get_current_allocated_bytes() function