Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h452 typedef void FreeHook(void* address); typedef
457 static void SetFreeHook(FreeHook* hook) { free_hook_ = hook; } in SetFreeHook()
468 FreeHook* hook = free_hook_; in FreeHookIfEnabled()
479 FreeHook* free_hook = free_hook_; in ReallocHookIfEnabled()
490 static FreeHook* free_hook_;
Dpartition_alloc.cc60 PartitionAllocHooks::FreeHook* PartitionAllocHooks::free_hook_ = nullptr;
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_cpu_allocator.h195 i_free = FreeHook; in Initialize()
282 static inline void FreeHook(void* ptr) { in FreeHook() function
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable
70 FreeHook(DynamicBufferIOBuffer); in lprofDeleteBufferIO()
DInstrProfilingFile.c103 FreeHook = &free; in lprofCreateBufferIOInternal()
211 FreeHook = &free; in writeFile()
DInstrProfilingInternal.h167 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp142 void FreeHook(const volatile void *ptr) { in FreeHook() function
155 EF->__sanitizer_install_malloc_and_free_hooks(MallocHook, FreeHook); in Fuzzer()