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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp311 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), function in namespace:__sanitizer
344 return InstallMallocFreeHooks(malloc_hook, free_hook);

Completed in 59 milliseconds