Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc54 subtle::AtomicWord g_histogram_allocator = 0; variable
893 CHECK(!subtle::NoBarrier_Load(&g_histogram_allocator)); in Set()
894 subtle::Release_Store(&g_histogram_allocator, in Set()
905 subtle::Acquire_Load(&g_histogram_allocator)); in Get()
926 subtle::Release_Store(&g_histogram_allocator, 0); in ReleaseForTesting()