Searched refs:persistent_counts_ (Results 1 – 2 of 2) sorted by relevance
310 : SampleVectorBase(id, meta, bucket_ranges), persistent_counts_(counts) { in PersistentSampleVector()339 if (!persistent_counts_.reference()) in MountExistingCountsStorage()344 static_cast<HistogramBase::AtomicCount*>(persistent_counts_.Get())); in MountExistingCountsStorage()352 void* mem = persistent_counts_.Get(); in CreateCountsStorageWhileLocked()
147 DelayedPersistentAllocation persistent_counts_; variable