Searched refs:__sanitizer_get_estimated_allocated_size (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp385 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp352 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp338 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp402 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1099 uptr __sanitizer_get_estimated_allocated_size(uptr size) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp786 uptr __sanitizer_get_estimated_allocated_size(uptr Size) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h23 size_t __sanitizer_get_estimated_allocated_size(size_t size);

Completed in 113 milliseconds