Searched refs:__sanitizer_get_current_allocated_bytes (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcurrent_allocated_bytes.cc20 assert(__sanitizer_get_current_allocated_bytes() > 0);
25 size_t used_mem = __sanitizer_get_current_allocated_bytes();
36 used_mem = __sanitizer_get_current_allocated_bytes();
/external/compiler-rt/include/sanitizer/
H A Dallocator_interface.h35 size_t __sanitizer_get_current_allocated_bytes();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc112 uptr alloc0 = __sanitizer_get_current_allocated_bytes();
125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc78 before_malloc = __sanitizer_get_current_allocated_bytes();
81 after_malloc = __sanitizer_get_current_allocated_bytes();
85 after_free = __sanitizer_get_current_allocated_bytes();
123 before_test = __sanitizer_get_current_allocated_bytes();
131 after_test = __sanitizer_get_current_allocated_bytes();
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc139 uptr __sanitizer_get_current_allocated_bytes() { function
H A Dasan_win_dll_thunk.cc318 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc221 uptr __sanitizer_get_current_allocated_bytes() { function
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc224 uptr __sanitizer_get_current_allocated_bytes() { function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc207 uptr __sanitizer_get_current_allocated_bytes() { function

Completed in 99 milliseconds