Home
last modified time | relevance | path

Searched refs:InsertAllocatorDispatch (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.h118 BASE_EXPORT void InsertAllocatorDispatch(AllocatorDispatch* dispatch);
Dallocator_shim.cc94 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { in InsertAllocatorDispatch() function
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc206 base::allocator::InsertAllocatorDispatch(&g_allocator_dispatch); in InstallAllocatorHooks()