Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc215 base::PartitionAllocHooks::SetFreeHook(&PartitionFreeHook); in InstallAllocatorHooks()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h457 static void SetFreeHook(FreeHook* hook) { free_hook_ = hook; } in SetFreeHook() function