Home
last modified time | relevance | path

Searched defs:free_hook (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_extension.cc38 void SetHooks(AllocHookFunc alloc_hook, FreeHookFunc free_hook) { in SetHooks()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc423 void (*free_hook)(const void *); member
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h479 FreeHook* free_hook = free_hook_; in ReallocHookIfEnabled() local