Lines Matching defs:StandardSegments
241 sys::MemoryBlock StandardSegments,
244 StandardSegments(std::move(StandardSegments)),
280 OnFinalized(MemMgr.createFinalizedAlloc(std::move(StandardSegments),
288 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments))
323 sys::MemoryBlock StandardSegments;
451 StandardSegmentsList.push_back(std::move(FA->StandardSegments));
462 auto &StandardSegments = StandardSegmentsList.back();
472 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments))
484 sys::MemoryBlock StandardSegments,
489 {std::move(StandardSegments), std::move(DeallocActions)});