Home | History | Annotate | Download | only in metrics

Lines Matching refs:allocator

168     // Try to create the histogram using a "persistent" allocator. As of
170 // that is off by default. If the allocator doesn't exist or if
175 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get();
176 if (allocator) {
177 tentative_histogram = allocator->AllocateHistogram(
187 // Handle the case where no persistent allocator is present or the
191 DCHECK(!allocator); // Shouldn't have failed.
209 allocator->FinalizeHistogram(histogram_ref,