Searched refs:old_allocator (Results 1 – 6 of 6) sorted by relevance
234 GlobalHistogramAllocator* old_allocator = in TEST_F() local271 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()380 GlobalHistogramAllocator* old_allocator = in TEST_F() local420 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()539 GlobalHistogramAllocator* old_allocator = in TEST_F() local560 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()
817 GlobalHistogramAllocator* old_allocator = in TEST_P() local828 GlobalHistogramAllocator::Set(old_allocator); in TEST_P()
75 PersistentMemoryAllocator* old_allocator = old_global->allocator(); in AsOtherProcess() local78 const_cast<void*>(old_allocator->data()), old_allocator->size(), 0, in AsOtherProcess()
222 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_F() local256 GlobalHistogramAllocator::Set(std::move(old_allocator)); in TEST_F()
669 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_P() local680 GlobalHistogramAllocator::Set(std::move(old_allocator)); in TEST_P()
310 AllocatorType GetUpdatedAllocator(AllocatorType old_allocator) { in GetUpdatedAllocator() argument311 return (old_allocator == kAllocatorTypeNonMoving) ? in GetUpdatedAllocator()