Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc444 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr), in InstallMallocFreeHooks() function
484 return InstallMallocFreeHooks(malloc_hook, free_hook); in __sanitizer_install_malloc_and_free_hooks()