Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h457 static void SetFreeHook(FreeHook* hook) { free_hook_ = hook; } in SetFreeHook()
468 FreeHook* hook = free_hook_; in FreeHookIfEnabled()
479 FreeHook* free_hook = free_hook_; in ReallocHookIfEnabled()
490 static FreeHook* free_hook_; variable
Dpartition_alloc.cc60 PartitionAllocHooks::FreeHook* PartitionAllocHooks::free_hook_ = nullptr; member in pdfium::base::PartitionAllocHooks