Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h261 static void AllocationObserverHookIfEnabled(void* address,
314 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, size, in AllocFlags()
328 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, requested_size, in AllocFlags()
414 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, size, in PartitionAllocGenericFlags()
427 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, requested_size, in PartitionAllocGenericFlags()
Dpartition_alloc.cc112 void PartitionAllocHooks::AllocationObserverHookIfEnabled( in AllocationObserverHookIfEnabled() function in pdfium::base::PartitionAllocHooks