Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc264 const auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
306 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
331 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
358 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
384 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
413 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
437 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
456 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
482 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
512 auto* const allocator_dispatch = dispatch_data.GetAllocatorDispatch(); in TEST_F() local
[all …]
H A Ddispatch_data.cc33 AllocatorDispatch* allocator_dispatch) { in SetAllocatorDispatch()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A 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
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_dispatch_to_noop_on_free.cc110 AllocatorDispatch allocator_dispatch = { variable
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc208 AllocatorDispatch allocator_dispatch = {&AllocFn, variable