Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp360 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), in InstallMallocFreeHooks() function
408 return InstallMallocFreeHooks(malloc_hook, free_hook); in __sanitizer_install_malloc_and_free_hooks()