Searched refs:histogram_allocator (Results 1 – 4 of 4) sorted by relevance
276 base::GlobalHistogramAllocator* histogram_allocator = in CreateMetricsFileWithHistograms() local278 std::move(callback).Run(histogram_allocator); in CreateMetricsFileWithHistograms()280 WriteMetricsFileAtTime(file_path, histogram_allocator, write_time); in CreateMetricsFileWithHistograms()281 return histogram_allocator; in CreateMetricsFileWithHistograms()337 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local364 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, metrics_time); in TEST_P()376 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, metrics_time); in TEST_P()1129 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local1131 WriteMetricsFileAtTime(metrics_file(), histogram_allocator, in TEST_P()1178 base::GlobalHistogramAllocator* histogram_allocator = in TEST_P() local[all …]
35 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in LLVMFuzzerTestOneInput() local40 histogram_allocator.get()); in LLVMFuzzerTestOneInput()46 histogram_allocator->MergeHistogramDeltaToStatisticsRecorder( in LLVMFuzzerTestOneInput()
991 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local992 if (!histogram_allocator) in ReleaseForTesting()995 histogram_allocator->memory_allocator(); in ReleaseForTesting()1007 ANNOTATE_LEAKING_OBJECT_PTR(histogram_allocator); in ReleaseForTesting()1008 return histogram_allocator; in ReleaseForTesting()
911 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local912 if (!histogram_allocator) in ReleaseForTesting()915 histogram_allocator->memory_allocator(); in ReleaseForTesting()927 return WrapUnique(histogram_allocator); in ReleaseForTesting()