Home
last modified time | relevance | path

Searched refs:free_hook (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp335 void (*free_hook)(const void *); member
359 auto hook = MFHooks[i].free_hook; in RunFreeHooks()
369 void (*free_hook)(const void *)) { in InstallMallocFreeHooks()
370 if (!malloc_hook || !free_hook) return 0; in InstallMallocFreeHooks()
374 MFHooks[i].free_hook = free_hook; in InstallMallocFreeHooks()
415 void (*free_hook)(const void *)) { in __sanitizer_install_malloc_and_free_hooks()
416 return InstallMallocFreeHooks(malloc_hook, free_hook); in __sanitizer_install_malloc_and_free_hooks()
H A Dsanitizer_allocator_interface.h37 void (*free_hook)(const void *));
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h94 void(SANITIZER_CDECL *free_hook)(const volatile void *));
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def34 void (*free_hook)(const volatile void *)),