Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc247 subtle::Atomic32 counts_ref; // PersistentMemoryAllocator::Reference member
552 PersistentMemoryAllocator::Reference counts_ref = in CreateHistogram() local
553 subtle::Acquire_Load(&histogram_data_ptr->counts_ref); in CreateHistogram()
555 (counts_ref != 0 && in CreateHistogram()
556 memory_allocator_->GetAllocSize(counts_ref) < counts_bytes)) { in CreateHistogram()
567 &histogram_data_ptr->counts_ref, in CreateHistogram()
575 memory_allocator_.get(), &histogram_data_ptr->counts_ref, in CreateHistogram()