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

  /external/libchrome/base/allocator/
allocator_extension.cc 38 void SetHooks(AllocHookFunc alloc_hook, FreeHookFunc free_hook) {
46 auto prev_free_hook = MallocHook::SetDeleteHook(free_hook);
47 if (free_hook)
allocator_extension.h 34 BASE_EXPORT void SetHooks(AllocHookFunc alloc_hook, FreeHookFunc free_hook);
  /external/compiler-rt/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 77 void (*free_hook)(const volatile void *));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 34 void (*free_hook)(const void *));
sanitizer_common.cc 423 void (*free_hook)(const void *); member in struct:__sanitizer::MallocFreeHook
438 auto hook = MFHooks[i].free_hook;
445 void (*free_hook)(const void *)) {
446 if (!malloc_hook || !free_hook) return 0;
450 MFHooks[i].free_hook = free_hook;
483 void (*free_hook)(const void *)) {
484 return InstallMallocFreeHooks(malloc_hook, free_hook);

Completed in 339 milliseconds