Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h123 BASE_EXPORT void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
Dallocator_shim.cc123 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting() function
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc322 base::allocator::RemoveAllocatorDispatchForTesting(&allocator_dispatch); in DisableHeapTrackingForTesting()