summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/page_heap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-196/+0
* hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-191-1/+1
* hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei2021-02-191-188/+14
* common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-151-2/+2
* Revert "core: Fix clang build"bunnei2020-10-211-10/+8
* core: Fix clang buildLioncash2020-10-181-8/+10
* kernel/memory: Amend potential encoding warningsLioncash2020-05-031-2/+2
* core: hle: Address various feedback & code cleanup.bunnei2020-04-171-23/+25
* memory: Add copyright notice for Atmosphere where applicable.bunnei2020-04-171-0/+3
* kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei2020-04-171-0/+365