This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
ryubing/src/Ryujinx.Memory
LotP b000f91dad Memory changes 2.2.1 (ryubing/ryujinx!144)
See merge request ryubing/ryujinx!144
2025-09-06 13:51:08 -05:00
..
Range Memory changes 2.2.1 (ryubing/ryujinx!144) 2025-09-06 13:51:08 -05:00
Tracking Memory changes 2.2 (ryubing/ryujinx!143) 2025-09-06 11:10:55 -05:00
WindowsShared Memory Changes part 2 (ryubing/ryujinx!123) 2025-08-25 17:44:15 -05: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 editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
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 editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
InvalidMemoryRegionException.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MemoryAllocationFlags.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MemoryBlock.cs misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
MemoryConstants.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
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 [Ryujinx.Memory] Address dotnet-format issues (#5386) 2023-06-28 18:34:00 +02:00
MemoryNotContiguousException.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MemoryPermission.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MemoryProtectionException.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
NativeMemoryManager.cs implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695) 2024-04-21 16:34:04 -03:00
PageTable.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Ryujinx.Memory.csproj infra: Generate .nupkg when building ARMeilleure, Ryujinx.Common, and Ryujinx.Memory. 2025-05-18 03:10:38 -05:00
SparseMemoryBlock.cs misc: chore: Use collection expressions in Memory project 2025-01-26 15:46:58 -06:00
VirtualMemoryManagerBase.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00
WritableRegion.cs Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte> (#7171) 2024-09-18 23:00:54 -03:00