Home
last modified time | relevance | path

Searched defs:global_allocator (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/content/
H A Dsubprocess_metrics_provider_unittest.cc197 base::GlobalHistogramAllocator* global_allocator( in TEST_F() local
266 base::GlobalHistogramAllocator* global_allocator( in TEST_F() local
347 base::GlobalHistogramAllocator* global_allocator( in TEST_F() local
/aosp_15_r20/external/cronet/components/metrics/
H A Dchild_histogram_fetcher_impl.cc51 base::PersistentHistogramAllocator* global_allocator = in CreateFetcher() local
73 base::PersistentHistogramAllocator* global_allocator = in GetChildNonPersistentHistogramData() local
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/helpers/
Dmod.rs26 mod global_allocator; module
/aosp_15_r20/external/rust/crates/uefi/src/helpers/
Dmod.rs26 mod global_allocator; module
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_shared_memory.cc197 auto* global_allocator = GlobalHistogramAllocator::Get(); in InitFromLaunchParameters() local
/aosp_15_r20/external/rust/crates/uefi/
DCargo.toml88 global_allocator = [] qkey
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/
DCargo.toml88 global_allocator = [] qkey
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c549 static apr_allocator_t *global_allocator = NULL; variable