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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h68 require __sanitizer_install_malloc_and_free_hooks to be called at startup
74 int __sanitizer_install_malloc_and_free_hooks(
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h31 SANITIZER_INTERFACE_ATTRIBUTE int __sanitizer_install_malloc_and_free_hooks(
H A Dsanitizer_common.cpp341 int __sanitizer_install_malloc_and_free_hooks(void (*malloc_hook)(const void *, function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp146 if (Options.DetectLeaks && EF->__sanitizer_install_malloc_and_free_hooks)
147 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook);

Completed in 118 milliseconds