Searched refs:allocs_histogram_ (Results 1 – 2 of 2) sorted by relevance
330 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()
679 HistogramBase* allocs_histogram_; // Histogram recording allocs. variable