OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FreeHook
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/common_runtime/
mkl_cpu_allocator.h
102
i_free =
FreeHook
;
137
static inline void
FreeHook
(void* ptr) {
138
VLOG(3) << "MklCPUAllocator: In
FreeHook
";
/external/compiler-rt/lib/profile/
InstrProfilingWriter.c
21
COMPILER_RT_VISIBILITY void (*
FreeHook
)(void *) = NULL;
70
FreeHook
(DynamicBufferIOBuffer);
/external/llvm/lib/Fuzzer/
FuzzerLoop.cpp
142
void
FreeHook
(const volatile void *ptr) {
155
EF->__sanitizer_install_malloc_and_free_hooks(MallocHook,
FreeHook
);
/external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h
452
typedef void
FreeHook
(void* address);
457
static void SetFreeHook(
FreeHook
* hook) { free_hook_ = hook; }
468
FreeHook
* hook = free_hook_;
479
FreeHook
* free_hook = free_hook_;
490
static
FreeHook
* free_hook_;
[
all
...]
Completed in 131 milliseconds