1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-07 21:56:04 +00:00
Ryujinx/Ryujinx.HLE/HOS
Berkan Diler c40c3905e2
Avoid allocations in .Parse methods ()
* Avoid allocations in .Parse methods

Use the Span overloads of the Parse methods when possible to avoid string allocations and remove one unnecessarry array allocation

* Avoid another string allocation
2022-10-18 23:31:34 +00:00
..
Applets Removed unused usings. () 2022-08-18 18:04:54 +02:00
Diagnostics/Demangler Avoid allocations in .Parse methods () 2022-10-18 23:31:34 +00:00
Ipc
Kernel Fix kernel VA allocation when random allocation fails () 2022-10-17 22:12:49 +00:00
Services Avoid allocations in .Parse methods () 2022-10-18 23:31:34 +00:00
SystemState Use Enum and Delegate.CreateDelegate generic overloads () 2022-02-13 10:50:07 -03:00
Tamper Avoid allocations in .Parse methods () 2022-10-18 23:31:34 +00:00
ApplicationLoader.cs Removed unused usings. () 2022-08-18 18:04:54 +02:00
ArmProcessContext.cs
ArmProcessContextFactory.cs
HomebrewRomFsStream.cs
Horizon.cs
IdDictionary.cs
LibHacHorizonManager.cs
ModLoader.cs
ProgramLoader.cs Rewrite kernel memory allocator () 2022-06-22 12:28:14 -03:00
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs Removed unused usings. () 2022-08-18 18:04:54 +02:00
UserChannelPersistence.cs