Searched refs:used_histogram_ (Results 1 – 3 of 3) sorted by relevance
331 used_histogram_(nullptr), in PersistentMemoryAllocator()486 DCHECK(!used_histogram_); in CreateTrackingHistograms()487 used_histogram_ = LinearHistogram::FactoryGet( in CreateTrackingHistograms()937 if (used_histogram_) { in UpdateTrackingHistograms()942 used_histogram_->Add(used_percent); in UpdateTrackingHistograms()
113 EXPECT_TRUE(allocator_->used_histogram_); in TEST_F()115 allocator_->used_histogram_->histogram_name()); in TEST_F()217 allocator_->used_histogram_->SnapshotSamples()); in TEST_F()233 EXPECT_FALSE(allocator2->used_histogram_); in TEST_F()248 EXPECT_FALSE(allocator3->used_histogram_); in TEST_F()
680 HistogramBase* used_histogram_; // Histogram recording used space. variable