Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h237 typedef bool AllocationOverrideHook(void** out, typedef
250 static void SetOverrideHooks(AllocationOverrideHook* alloc_hook,
290 static std::atomic<AllocationOverrideHook*> allocation_override_hook_;
Dpartition_alloc.cc75 std::atomic<PartitionAllocHooks::AllocationOverrideHook*>
97 void PartitionAllocHooks::SetOverrideHooks(AllocationOverrideHook* alloc_hook, in SetOverrideHooks()
127 if (AllocationOverrideHook* hook = in AllocationOverrideHookIfEnabled()