Home
last modified time | relevance | path

Searched refs:__sanitizer_get_current_allocated_bytes (Results 1 – 11 of 11) sorted by relevance

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