mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* refactor: replace usage of ByteMemoryPool with MemoryOwner<byte> * refactor: delete unused ByteMemoryPool and ByteMemoryPool.ByteMemoryPoolBuffer types * refactor: change IMemoryOwner<byte> return types to MemoryOwner<byte> * fix(perf): get span via `MemoryOwner<T>.Span` directly instead of `MemoryOwner<T>.Memory.Span` * fix(perf): get span via MemoryOwner<T>.Span directly instead of `MemoryOwner<T>.Memory.Span` * fix(perf): get span via MemoryOwner<T>.Span directly instead of `MemoryOwner<T>.Memory.Span` |
||
|---|---|---|
| .. | ||
| HostTracked | ||
| JitCpuContext.cs | ||
| JitDiskCacheLoadState.cs | ||
| JitEngine.cs | ||
| JitExecutionContext.cs | ||
| JitMemoryAllocator.cs | ||
| JitMemoryBlock.cs | ||
| MemoryManager.cs | ||
| MemoryManagerHostMapped.cs | ||
| MemoryManagerHostTracked.cs | ||