Home
last modified time | relevance | path

Searched refs:AllocationHook (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h451 typedef void AllocationHook(void* address, size_t, const char* type_name); typedef
454 static void SetAllocationHook(AllocationHook* hook) { in SetAllocationHook()
462 AllocationHook* hook = allocation_hook_; in AllocationHookIfEnabled()
478 AllocationHook* allocation_hook = allocation_hook_; in ReallocHookIfEnabled()
489 static AllocationHook* allocation_hook_;
Dpartition_alloc.cc58 PartitionAllocHooks::AllocationHook* PartitionAllocHooks::allocation_hook_ =