aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/WindowsShared/PlaceholderManager.cs
AgeCommit message (Expand)Author
2022-09-14Fix partial unmap reprotection on Windows (#3702)1.1.270gdkchan
2022-09-10Allocation free tree lookupgdk
2022-09-10Update several methods to use GetNode directly and avoid array allocationsgdk
2022-09-10Optimize PlaceholderManager.UnreserveRangegdk
2022-09-10Fix potential issue with partial unmapgdk
2022-09-10Fix reprotection regressiongdk
2022-09-10Rewrite PlaceholderManager4KB to use intrusive RBTree, and to coalesce free p...gdk
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi
2022-06-05Remove freed memory range from tree on memory block disposal (#3347)1.1.141gdkchan
2022-05-05Fix shared memory leak on Windows (#3319)1.1.116gdkchan
2022-05-04Remove AddProtection count > 0 assert (#3315)1.1.114gdkchan
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan