HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_get_current_allocated_bytes (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 19 uptr __tsan_get_current_allocated_bytes();
137 uptr alloc0 = __tsan_get_current_allocated_bytes();
150 EXPECT_EQ(__tsan_get_current_allocated_bytes(), alloc0 + 16);
157 EXPECT_EQ(__tsan_get_current_allocated_bytes(), alloc0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 215 uptr __tsan_get_current_allocated_bytes() { function

Completed in 386 milliseconds