Home
last modified time | relevance | path

Searched refs:g_allocator (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc49 GlobalHistogramAllocator* g_allocator = nullptr; variable
480 if (g_allocator) { in GetCreateHistogramResultHistogram()
631 DCHECK_NE(g_allocator, this); in GetOrCreateStatisticsRecorderHistogram()
759 CHECK(!g_allocator); in Set()
760 g_allocator = allocator.release(); in Set()
769 return g_allocator; in Get()
775 GlobalHistogramAllocator* histogram_allocator = g_allocator; in ReleaseForTesting()
803 g_allocator = nullptr; in ReleaseForTesting()