Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h86 BASE_EXPORT void InsertAllocatorDispatch(AllocatorDispatch* dispatch);
Dallocator_shim.cc101 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { in InsertAllocatorDispatch() function
DREADME.md163 (using the `InsertAllocatorDispatch` API). They can intercept and override
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc210 allocator::InsertAllocatorDispatch(&g_allocator_hooks); in OnHeapProfilingEnabled()