Searched refs:allocation_hook (Results 1 – 2 of 2) sorted by relevance
62 auto* const allocation_hook = dispatch_data.GetAllocationObserverHook(); in ConnectToEmitters() local64 if (allocation_hook && free_hook) { in ConnectToEmitters()65 partition_alloc::PartitionAllocHooks::SetObserverHooks(allocation_hook, in ConnectToEmitters()
106 AllocationObserverHook* allocation_hook = in ReallocObserverHookIfEnabled() local110 if (allocation_hook && free_hook) { in ReallocObserverHookIfEnabled()112 allocation_hook(allocation_notification_data); in ReallocObserverHookIfEnabled()