Ryujinx/Ryujinx.Memory
gdkchan 54deded929
Fix shared memory leak on Windows (#3319)
* Fix shared memory leak on Windows

* Fix memory leak caused by RO session disposal not decrementing the memory manager ref count

* Fix UnmapViewInternal deadlock

* Was not supposed to add those back
2022-05-05 14:58:59 -03:00
..
Range Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
Tracking Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
WindowsShared Fix shared memory leak on Windows (#3319) 2022-05-05 14:58:59 -03:00
AddressSpaceManager.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
InvalidAccessHandler.cs
InvalidMemoryRegionException.cs
IRefCounted.cs
IVirtualMemoryManager.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
IWritableBlock.cs
MemoryAllocationFlags.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
MemoryBlock.cs Fix shared memory leak on Windows (#3319) 2022-05-05 14:58:59 -03:00
MemoryConstants.cs
MemoryManagement.cs Fix shared memory leak on Windows (#3319) 2022-05-05 14:58:59 -03:00
MemoryManagementUnix.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
MemoryManagementWindows.cs Fix shared memory leak on Windows (#3319) 2022-05-05 14:58:59 -03:00
MemoryManagerUnixHelper.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
MemoryNotContiguousException.cs
MemoryPermission.cs
MemoryProtectionException.cs
NativeMemoryManager.cs
PageTable.cs Support memory aliasing (#2954) 2022-05-02 20:30:02 -03:00
Ryujinx.Memory.csproj
WritableRegion.cs