Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc203 const auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
244 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
268 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
295 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
320 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
345 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
366 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
385 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
410 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
437 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
[all …]
Ddispatch_data.cc33 AllocatorDispatch* allocator_dispatch) { in SetAllocatorDispatch()
/external/cronet/base/allocator/dispatcher/
Ddispatcher.cc55 if (auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch()) { in ConnectToEmitters() local
74 if (auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch()) { in DisconnectFromEmitters() local
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc208 AllocatorDispatch allocator_dispatch = {&AllocFn, variable