aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Memory/MemoryOwner.cs
AgeCommit message (Collapse)Author
2024-06-02New pooled memory types (#6821)jhorv
* feat: add new types MemoryOwner and SpanOwner * use SpanOwner instead of new array allocation * change for loop condition to `fences.Length` instead of `count` to elide Span boundary checks on `fences`