Searched refs:AllocationHook (Results 1 – 2 of 2) sorted by relevance
451 typedef void AllocationHook(void* address, size_t, const char* type_name); typedef454 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_;
58 PartitionAllocHooks::AllocationHook* PartitionAllocHooks::allocation_hook_ =