Lines Matching refs:PersistentMemoryAllocator
103 PersistentMemoryAllocator* allocator) in PersistentSparseHistogramDataManager()
160 PersistentMemoryAllocator::Reference ref = in LoadRecords()
205 PersistentMemoryAllocator::Reference PersistentSampleMapRecords::GetNext() { in GetNext()
223 PersistentMemoryAllocator::Reference PersistentSampleMapRecords::CreateNew( in CreateNew()
245 PersistentMemoryAllocator::Reference ranges_ref;
263 PersistentMemoryAllocator::Reference ref; in GetNextWithIgnore()
273 std::unique_ptr<PersistentMemoryAllocator> memory) in PersistentHistogramAllocator()
358 PersistentMemoryAllocator::Reference ranges_ref = in AllocateHistogram()
375 ranges_ref = PersistentMemoryAllocator::kReferenceNull; in AllocateHistogram()
412 PersistentMemoryAllocator::Reference histogram_ref = in AllocateHistogram()
529 PersistentMemoryAllocator::kSizeAny); in CreateHistogram()
552 PersistentMemoryAllocator::Reference counts_ref = in CreateHistogram()
664 new GlobalHistogramAllocator(std::make_unique<PersistentMemoryAllocator>( in CreateWithPersistentMemory()
746 PersistentMemoryAllocator::kFileExtension); in ConstructFilePath()
914 PersistentMemoryAllocator* memory_allocator = in ReleaseForTesting()
920 PersistentMemoryAllocator::Iterator iter(memory_allocator); in ReleaseForTesting()
964 memory_allocator()->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in DeletePersistentLocation()
982 std::unique_ptr<PersistentMemoryAllocator> memory) in GlobalHistogramAllocator()