ryubing/src/Ryujinx.Memory
Evan Husted ff05e03cc8 misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
..
Range misc: chore: Use collection expressions in Memory project 2025-01-26 15:46:58 -06:00
Tracking misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
WindowsShared misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
AddressSpaceManager.cs misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
BytesReadOnlySequenceSegment.cs misc: chore: Fix object creation in Memory project 2025-01-26 15:20:28 -06:00
IRefCounted.cs
IVirtualMemoryManager.cs misc: chore: Use explicit types in Memory project 2025-01-25 14:09:36 -06:00
IWritableBlock.cs Use pooled memory and avoid memory copies (#6691) 2024-04-21 12:57:35 +02:00
InvalidAccessHandler.cs
InvalidMemoryRegionException.cs
MemoryAllocationFlags.cs
MemoryBlock.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
MemoryConstants.cs
MemoryManagement.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
MemoryManagementUnix.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
MemoryManagementWindows.cs misc: chore: Use explicit types in Memory project 2025-01-25 14:09:36 -06:00
MemoryManagerUnixHelper.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
MemoryMapFlags.cs
MemoryNotContiguousException.cs
MemoryPermission.cs
MemoryProtectionException.cs
NativeMemoryManager.cs implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695) 2024-04-21 16:34:04 -03:00
PageTable.cs
Ryujinx.Memory.csproj Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
SparseMemoryBlock.cs misc: chore: Use collection expressions in Memory project 2025-01-26 15:46:58 -06:00
VirtualMemoryManagerBase.cs misc: chore: Use explicit types in Memory project 2025-01-25 14:09:36 -06:00
WritableRegion.cs Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte> (#7171) 2024-09-18 23:00:54 -03:00