Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h264 static bool AllocationOverrideHookIfEnabled(void** out,
312 if (PartitionAllocHooks::AllocationOverrideHookIfEnabled(&result, flags, in AllocFlags()
412 if (PartitionAllocHooks::AllocationOverrideHookIfEnabled(&result, flags, in PartitionAllocGenericFlags()
Dpartition_alloc.cc122 bool PartitionAllocHooks::AllocationOverrideHookIfEnabled( in AllocationOverrideHookIfEnabled() function in pdfium::base::PartitionAllocHooks