Lines Matching refs:PersistentMemoryAllocator
44 PersistentMemoryAllocator* allocator);
59 T* GetAsObject(PersistentMemoryAllocator::Reference ref) { in GetAsObject()
79 PersistentMemoryAllocator* allocator_;
82 PersistentMemoryAllocator::Iterator record_iterator_;
121 PersistentMemoryAllocator::Reference GetNext();
125 PersistentMemoryAllocator::Reference CreateNew(HistogramBase::Sample value);
134 T* GetAsObject(PersistentMemoryAllocator::Reference ref) { in GetAsObject()
160 std::vector<PersistentMemoryAllocator::Reference> records_;
165 std::vector<PersistentMemoryAllocator::Reference> found_;
177 using Reference = PersistentMemoryAllocator::Reference;
203 PersistentMemoryAllocator::Iterator memory_iter_;
211 std::unique_ptr<PersistentMemoryAllocator> memory);
217 PersistentMemoryAllocator* memory_allocator() { in memory_allocator()
318 std::unique_ptr<PersistentMemoryAllocator> memory_allocator_;
480 std::unique_ptr<PersistentMemoryAllocator> memory);