Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h269 static void FreeObserverHookIfEnabled(void* address);
362 PartitionAllocHooks::FreeObserverHookIfEnabled(ptr); in PartitionFree()
456 PartitionAllocHooks::FreeObserverHookIfEnabled(ptr); in Free()
Dpartition_alloc.cc134 void PartitionAllocHooks::FreeObserverHookIfEnabled(void* address) { in FreeObserverHookIfEnabled() function in pdfium::base::PartitionAllocHooks