Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc330 allocs_histogram_(nullptr), in PersistentMemoryAllocator()
480 DCHECK(!allocs_histogram_); in CreateTrackingHistograms()
481 allocs_histogram_ = Histogram::FactoryGet( in CreateTrackingHistograms()
620 if (allocs_histogram_) in Allocate()
621 allocs_histogram_->Add(static_cast<HistogramBase::Sample>(req_size)); in Allocate()
624 if (allocs_histogram_) in Allocate()
625 allocs_histogram_->Add(0); in Allocate()
Dpersistent_memory_allocator.h679 HistogramBase* allocs_histogram_; // Histogram recording allocs. variable