Home
last modified time | relevance | path

Searched refs:RunFreeHooks (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp352 int RunFreeHooks(void *ptr) { in RunFreeHooks() function
H A Dsanitizer_common.h180 int RunFreeHooks(void *ptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp139 RunFreeHooks(p); in NsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp78 RunFreeHooks(p); in RegisterDeallocation()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp241 RunFreeHooks(p); in MsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp415 RunFreeHooks(ptr); in invoke_free_hook()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp292 if (RunFreeHooks(tagged_ptr)) in HwasanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp511 RunFreeHooks(ptr); in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp726 if (RunFreeHooks(ptr)) { in Deallocate()