mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* perf: use ByteMemoryPool * feat: KPageTableBase/KPageTable new methods to read and write `ReadOnlySequence<byte>` * new: add IWritableBlock.Write(ulong, ReadOnlySequence<byte>) with default impl * perf: use GetReadOnlySequence() instead of GetSpan() * perf: make `Parcel` IDisposable, use `ByteMemoryPool` for internal allocation, and make Parcel consumers dispose of it * remove comment about copySize * remove unnecessary Clear() |
||
|---|---|---|
| .. | ||
| ChannelState.cs | ||
| KBufferDescriptor.cs | ||
| KBufferDescriptorTable.cs | ||
| KClientPort.cs | ||
| KClientSession.cs | ||
| KLightClientSession.cs | ||
| KLightServerSession.cs | ||
| KLightSession.cs | ||
| KPort.cs | ||
| KServerPort.cs | ||
| KServerSession.cs | ||
| KSession.cs | ||
| KSessionRequest.cs | ||