Ryujinx/Ryujinx.HLE/HOS
Berkan Diler c40c3905e2
Avoid allocations in .Parse methods (#3760)
* 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. (#3593) 2022-08-18 18:04:54 +02:00
Diagnostics/Demangler Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
Ipc
Kernel Fix kernel VA allocation when random allocation fails (#3755) 2022-10-17 22:12:49 +00:00
Services Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
SystemState
Tamper Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
ApplicationLoader.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
ArmProcessContext.cs
ArmProcessContextFactory.cs
HomebrewRomFsStream.cs
Horizon.cs
IdDictionary.cs
LibHacHorizonManager.cs
ModLoader.cs
ProgramLoader.cs
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
UserChannelPersistence.cs