Home
last modified time | relevance | path

Searched defs:old_allocator (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc234 GlobalHistogramAllocator* old_allocator = in TEST_F() local
380 GlobalHistogramAllocator* old_allocator = in TEST_F() local
539 GlobalHistogramAllocator* old_allocator = in TEST_F() local
H A Dstatistics_recorder_unittest.cc817 GlobalHistogramAllocator* old_allocator = in TEST_P() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc222 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_F() local
H A Dstatistics_recorder_unittest.cc669 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_P() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer_unittest.cc75 PersistentMemoryAllocator* old_allocator = old_global->allocator(); in AsOtherProcess() local
/aosp_15_r20/art/runtime/gc/
H A Dheap.h310 AllocatorType GetUpdatedAllocator(AllocatorType old_allocator) { in GetUpdatedAllocator()