kenji-nx/src/Ryujinx.Tests.Memory
LotP 1bb1c7bba8 gpu allocation optimizations
ObjectPool now uses ConcurrentBag instead if ConcurrentStack, as it has a smaller memory footprint.

Fix compiler warnings related to Audio Command Pools.

Switch gpu command initialization to use pointers, that way skipping the allocation of the command which is unnecessary.

Skip byte array allocation in Ioctl2/3 if it isn't needed (if the source data is all continuous we don't need to copy it to make it continuous).
2025-10-27 09:16:23 -05:00
..
MockVirtualMemoryManager.cs gpu allocation optimizations 2025-10-27 09:16:23 -05:00
MultiRegionTrackingTests.cs Update NUnit to 4.4.0 2025-10-27 09:16:23 -05:00
Ryujinx.Tests.Memory.csproj Migrate to .NET 9 2024-12-19 21:18:58 -06:00
Tests.cs Update NUnit to 4.4.0 2025-10-27 09:16:23 -05:00
TrackingTests.cs Update NUnit to 4.4.0 2025-10-27 09:16:23 -05:00