Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h230 typedef void AllocationObserverHook(void* address, typedef
248 static void SetObserverHooks(AllocationObserverHook* alloc_hook,
287 static std::atomic<AllocationObserverHook*> allocation_observer_hook_;
Dpartition_alloc.cc71 std::atomic<PartitionAllocHooks::AllocationObserverHook*>
82 void PartitionAllocHooks::SetObserverHooks(AllocationObserverHook* alloc_hook, in SetObserverHooks()
116 if (AllocationObserverHook* hook = in AllocationObserverHookIfEnabled()
154 AllocationObserverHook* allocation_hook = in ReallocObserverHookIfEnabled()