Home
last modified time | relevance | path

Searched defs:default_dispatch (Results 1 – 10 of 10) sorted by relevance

/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc69 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
Dallocator_shim_default_dispatch_to_glibc.cc107 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
Dallocator_shim_default_dispatch_to_winheap.cc91 constexpr AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
Dallocator_shim_default_dispatch_to_mac_zoned_malloc.cc111 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in allocator_shim::AllocatorDispatch
Dallocator_shim.h139 static const AllocatorDispatch default_dispatch; member
Dallocator_shim_default_dispatch_to_partition_alloc.cc692 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
/external/libchrome/base/allocator/
Dallocator_shim_default_dispatch_to_glibc.cc64 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc102 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
Dallocator_shim.h103 static const AllocatorDispatch default_dispatch; member
/external/rust/crates/tracing-core/src/
Ddispatcher.rs979 fn default_dispatch() { in default_dispatch() function