Lines Matching refs:Memory
267 if (auto EC = sys::Memory::releaseMappedMemory(FinalizationSegments)) { in finalize()
286 if (auto EC = sys::Memory::releaseMappedMemory(FinalizationSegments)) in abandon()
288 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in abandon()
312 if (auto EC = sys::Memory::protectMappedMemory(MB, Prot)) in applyProtections()
314 if (Prot & sys::Memory::MF_EXEC) in applyProtections()
315 sys::Memory::InvalidateInstructionCache(MB.base(), MB.allocatedSize()); in applyProtections()
376 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
377 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
378 sys::Memory::MF_WRITE); in allocate()
381 Slab = sys::Memory::allocateMappedMemory(SegsSizes->total(), nullptr, in allocate()
472 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()