This website requires JavaScript.
Explore
Help
Register
Sign In
vleeuwenmenno
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Memory
History
Berkan Diler
98c838b24c
Use BitOperations methods and delete now unused BitUtils methods (
#3134
)
...
Replaces BitUtils.CountTrailingZeros/CountLeadingZeros/IsPowerOfTwo with BitOperations methods
2022-02-18 02:35:23 +01:00
..
AddressSpaceType.cs
…
DramMemoryMap.cs
…
KMemoryBlock.cs
…
KMemoryBlockManager.cs
…
KMemoryBlockSlabManager.cs
…
KMemoryInfo.cs
…
KMemoryManager.cs
…
KMemoryRegionBlock.cs
…
KMemoryRegionManager.cs
Use BitOperations methods and delete now unused BitUtils methods (
#3134
)
2022-02-18 02:35:23 +01:00
KPageList.cs
…
KPageNode.cs
…
KPageTable.cs
kernel: Clear pages allocated with SetHeapSize (
#2776
)
2021-10-24 18:52:59 -03:00
KPageTableBase.cs
kernel: A bit of refactoring and fix GetThreadContext3 correctness (
#3042
)
2022-01-29 22:18:03 +01:00
KPageTableHostMapped.cs
kernel: Clear pages allocated with SetHeapSize (
#2776
)
2021-10-24 18:52:59 -03:00
KScopedPageList.cs
…
KSharedMemory.cs
misc: Make PID unsigned long instead of long (
#3043
)
2022-02-09 17:18:07 -03:00
KSlabHeap.cs
…
KTransferMemory.cs
…
MemoryAttribute.cs
…
MemoryFillValue.cs
kernel: Clear pages allocated with SetHeapSize (
#2776
)
2021-10-24 18:52:59 -03:00
MemoryPermission.cs
kernel: A bit of refactoring and fix GetThreadContext3 correctness (
#3042
)
2022-01-29 22:18:03 +01:00
MemoryRegion.cs
…
MemoryState.cs
kernel: A bit of refactoring and fix GetThreadContext3 correctness (
#3042
)
2022-01-29 22:18:03 +01:00
SharedMemoryStorage.cs
…