Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h270 static bool FreeOverrideHookIfEnabled(void* address);
363 if (PartitionAllocHooks::FreeOverrideHookIfEnabled(ptr)) in PartitionFree()
457 if (PartitionAllocHooks::FreeOverrideHookIfEnabled(ptr)) in Free()
Dpartition_alloc.cc141 bool PartitionAllocHooks::FreeOverrideHookIfEnabled(void* address) { in FreeOverrideHookIfEnabled() function in pdfium::base::PartitionAllocHooks