Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc208 AllocatorDispatch allocator_dispatch = {&AllocFn, variable
310 base::allocator::InsertAllocatorDispatch(&allocator_dispatch); in EnableHeapTracking()
322 base::allocator::RemoveAllocatorDispatchForTesting(&allocator_dispatch); in DisableHeapTrackingForTesting()
332 return &allocator_dispatch; in GetDispatchForTesting()