Lines Matching refs:Memory
257 if (auto EC = sys::Memory::releaseMappedMemory(FinalizationSegments)) { in finalize()
269 if (auto EC = sys::Memory::releaseMappedMemory(FinalizationSegments)) in abandon()
271 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in abandon()
287 if (auto EC = sys::Memory::protectMappedMemory(MB, Prot)) in applyProtections()
289 if (Prot & sys::Memory::MF_EXEC) in applyProtections()
290 sys::Memory::InvalidateInstructionCache(MB.base(), MB.allocatedSize()); in applyProtections()
351 const sys::Memory::ProtectionFlags ReadWrite = in allocate()
352 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
353 sys::Memory::MF_WRITE); in allocate()
356 Slab = sys::Memory::allocateMappedMemory(SegsSizes->total(), nullptr, in allocate()
448 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()