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

  /external/compiler-rt/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 76 void (*malloc_hook)(const volatile void *, size_t),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 33 void (*malloc_hook)(const void *, uptr),
sanitizer_common.cc 422 void (*malloc_hook)(const void *, uptr); member in struct:__sanitizer::MallocFreeHook
430 auto hook = MFHooks[i].malloc_hook;
444 static int InstallMallocFreeHooks(void (*malloc_hook)(const void *, uptr),
446 if (!malloc_hook || !free_hook) return 0;
448 if (MFHooks[i].malloc_hook == nullptr) {
449 MFHooks[i].malloc_hook = malloc_hook;
481 int __sanitizer_install_malloc_and_free_hooks(void (*malloc_hook)(const void *,
484 return InstallMallocFreeHooks(malloc_hook, free_hook);
  /external/libopus/tests/
test_opus_api.c 74 void *malloc_hook(__attribute__((unused)) size_t size, function
    [all...]

Completed in 968 milliseconds