Searched refs:__sanitizer_get_heap_size (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dallocator_interface.h43 size_t __sanitizer_get_heap_size(void);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dallocator_interface.h41 size_t __sanitizer_get_heap_size(void);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dallocator_interface.h42 size_t __sanitizer_get_heap_size(void);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc115 uptr heap0 = __sanitizer_get_heap_size();
128 EXPECT_GE(__sanitizer_get_heap_size(), heap0);
135 EXPECT_GE(__sanitizer_get_heap_size(), heap0);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc149 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc147 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp148 uptr __sanitizer_get_heap_size() { function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_noinst_test.cc181 size_t mmaped1 = __sanitizer_get_heap_size();
186 size_t mmaped2 = __sanitizer_get_heap_size();
H A Dasan_interface_test.cc97 size_t old_heap_size = __sanitizer_get_heap_size();
101 EXPECT_EQ(old_heap_size, __sanitizer_get_heap_size());
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc308 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc311 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp339 uptr __sanitizer_get_heap_size() { function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc336 uptr __sanitizer_get_heap_size() { function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc353 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc351 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp465 uptr __sanitizer_get_heap_size() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp368 uptr __sanitizer_get_heap_size() { function

Completed in 177 milliseconds