Searched refs:__tsan_get_current_allocated_bytes (Results 1 – 2 of 2) sorted by relevance
19 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()
222 uptr __tsan_get_current_allocated_bytes() { in __tsan_get_current_allocated_bytes() function