Home
last modified time | relevance | path

Searched refs:old_global_allocator_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc120 std::unique_ptr<GlobalHistogramAllocator> old_global_allocator_; member in base::StatisticsRecorderTest
239 old_global_allocator_ = GlobalHistogramAllocator::ReleaseForTesting(); in TEST_P()
242 const_cast<void*>(old_global_allocator_->data()), in TEST_P()
243 old_global_allocator_->length(), 0, old_global_allocator_->Id(), in TEST_P()
244 old_global_allocator_->Name()); in TEST_P()
417 old_global_allocator_ = GlobalHistogramAllocator::ReleaseForTesting(); in TEST_P()
420 const_cast<void*>(old_global_allocator_->data()), in TEST_P()
421 old_global_allocator_->length(), 0, old_global_allocator_->Id(), in TEST_P()
422 old_global_allocator_->Name()); in TEST_P()