Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_unittest.cc478 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
510 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
524 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
543 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
585 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
634 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
664 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
674 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
742 RemoveAllocatorDispatchForTesting(&g_mock_dispatch); in TEST_F()
H A Dallocator_shim_functions.h101 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting() function
H A Dallocator_shim.h81 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h123 BASE_EXPORT void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
H A Dallocator_shim.cc123 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting() function
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Ddispatcher.cc75 allocator_shim::RemoveAllocatorDispatchForTesting( in DisconnectFromEmitters()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h126 BASE_EXPORT void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h126 BASE_EXPORT void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch);
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc322 base::allocator::RemoveAllocatorDispatchForTesting(&allocator_dispatch); in DisableHeapTrackingForTesting()