Lines Matching refs:PersistentMemoryAllocator
74 PersistentMemoryAllocator::Reference AllocateFrom( in AllocateFrom()
75 PersistentMemoryAllocator* allocator, in AllocateFrom()
79 PersistentMemoryAllocator::Iterator iter(allocator); in AllocateFrom()
80 PersistentMemoryAllocator::Reference ref; in AllocateFrom()
171 PersistentMemoryAllocator* allocator, in ActivityTrackerMemoryAllocator()
1064 PersistentMemoryAllocator::Reference ref = allocator->GetObjectReference(); in CreateUserDataForActivity()
1138 PersistentMemoryAllocator* allocator) { in CreateFrom()
1241 PersistentMemoryAllocator::Reference mem_reference, in ManagedActivityTracker()
1257 std::unique_ptr<PersistentMemoryAllocator> allocator, in CreateWithAllocator()
1363 PersistentMemoryAllocator::Reference mem_reference; in CreateTrackerForCurrentThread()
1521 PersistentMemoryAllocator::Iterator iter(allocator_.get()); in CleanupAfterProcess()
1522 PersistentMemoryAllocator::Reference ref; in CleanupAfterProcess()
1535 ref, kTypeIdProcessDataRecord, PersistentMemoryAllocator::kSizeAny); in CleanupAfterProcess()
1574 ref, type, PersistentMemoryAllocator::kSizeAny); in CleanupAfterProcess()
1601 PersistentMemoryAllocator::Reference ref = in RecordLogMessage()
1647 allocator_->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in MarkDeleted()
1651 std::unique_ptr<PersistentMemoryAllocator> allocator, in GlobalActivityTracker()
1708 PersistentMemoryAllocator::Reference mem_reference = tracker->mem_reference_; in ReturnTrackerMemory()