mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-18 13:37:00 +00:00
* Rewrite kernel memory allocator * Remove unused using * Adjust private static field naming * Change UlongBitSize to UInt64BitSize * Fix unused argument, change argument order to be inline with official code and disable random allocation |
||
|---|---|---|
| .. | ||
| AddressSpaceType.cs | ||
| DramMemoryMap.cs | ||
| KCodeMemory.cs | ||
| KMemoryBlock.cs | ||
| KMemoryBlockManager.cs | ||
| KMemoryBlockSlabManager.cs | ||
| KMemoryInfo.cs | ||
| KMemoryManager.cs | ||
| KMemoryRegionManager.cs | ||
| KPageBitmap.cs | ||
| KPageHeap.cs | ||
| KPageList.cs | ||
| KPageNode.cs | ||
| KPageTable.cs | ||
| KPageTableBase.cs | ||
| KScopedPageList.cs | ||
| KSharedMemory.cs | ||
| KSlabHeap.cs | ||
| KTransferMemory.cs | ||
| MemoryAttribute.cs | ||
| MemoryFillValue.cs | ||
| MemoryPermission.cs | ||
| MemoryRegion.cs | ||
| MemoryState.cs | ||
| SharedMemoryStorage.cs | ||