Lines Matching defs:StandardSegments
244 sys::MemoryBlock StandardSegments,
247 StandardSegments(std::move(StandardSegments)),
283 OnFinalized(MemMgr.createFinalizedAlloc(std::move(StandardSegments),
291 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments))
326 sys::MemoryBlock StandardSegments;
453 StandardSegmentsList.push_back(std::move(FA->StandardSegments));
464 auto &StandardSegments = StandardSegmentsList.back();
474 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments))
486 sys::MemoryBlock StandardSegments,
491 {std::move(StandardSegments), std::move(DeallocActions)});