HomeSort by relevance Sort by last modified time
    Searched refs:__sanitizer_install_malloc_and_free_hooks (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 43 __sanitizer_install_malloc_and_free_hooks(MallocHook1, FreeHook1);
44 __sanitizer_install_malloc_and_free_hooks(MallocHook2, FreeHook2);
  /external/compiler-rt/include/sanitizer/
allocator_interface.h 69 require __sanitizer_install_malloc_and_free_hooks to be called at startup
75 int __sanitizer_install_malloc_and_free_hooks(
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 32 SANITIZER_INTERFACE_ATTRIBUTE int __sanitizer_install_malloc_and_free_hooks(
sanitizer_common.cc 481 int __sanitizer_install_malloc_and_free_hooks(void (*malloc_hook)(const void *, function
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 346 INTERFACE_FUNCTION(__sanitizer_install_malloc_and_free_hooks)
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 154 if (Options.DetectLeaks && EF->__sanitizer_install_malloc_and_free_hooks)
155 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook);

Completed in 389 milliseconds