Home
last modified time | relevance | path

Searched defs:FreeHook (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_cpu_allocator.h282 static inline void FreeHook(void* ptr) { in FreeHook() function
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL; variable
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp142 void FreeHook(const volatile void *ptr) { in FreeHook() function
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h452 typedef void FreeHook(void* address); typedef