Searched refs:free_hook_ (Results 1 – 2 of 2) sorted by relevance
457 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
60 PartitionAllocHooks::FreeHook* PartitionAllocHooks::free_hook_ = nullptr; member in pdfium::base::PartitionAllocHooks