Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_default_dispatch_to_glibc.cc64 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
H A Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc102 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
H A Dallocator_shim.h103 static const AllocatorDispatch default_dispatch; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc69 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
H A Dallocator_shim_default_dispatch_to_glibc.cc112 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
H A Dallocator_shim_default_dispatch_to_winheap.cc92 constexpr AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
H A Dallocator_shim_default_dispatch_to_apple_zoned_malloc.cc120 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in allocator_shim::AllocatorDispatch
H A Dallocator_dispatch.h100 static const AllocatorDispatch default_dispatch; member
H A Dallocator_shim_default_dispatch_to_partition_alloc.cc603 const AllocatorDispatch AllocatorDispatch::default_dispatch = { member in AllocatorDispatch
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h106 static const AllocatorDispatch default_dispatch; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h106 static const AllocatorDispatch default_dispatch; member
/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_heapprofd.cpp241 const MallocDispatch* default_dispatch = GetDefaultDispatchTable(); in HandleHeapprofdSignal() local
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Ddispatcher.rs1042 fn default_dispatch() { in default_dispatch() function