HomeSort by relevance Sort by last modified time
    Searched refs:used_histogram_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 331 used_histogram_(nullptr),
486 DCHECK(!used_histogram_);
487 used_histogram_ = LinearHistogram::FactoryGet(
    [all...]
persistent_memory_allocator_unittest.cc 113 EXPECT_TRUE(allocator_->used_histogram_);
115 allocator_->used_histogram_->histogram_name());
217 allocator_->used_histogram_->SnapshotSamples());
233 EXPECT_FALSE(allocator2->used_histogram_);
248 EXPECT_FALSE(allocator3->used_histogram_);
    [all...]
persistent_memory_allocator.h 680 HistogramBase* used_histogram_; // Histogram recording used space. variable
    [all...]

Completed in 55 milliseconds