summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-7/+4
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-1/+1
2021-02-19hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei1-188/+14
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash1-2/+2
Makes for less code that we need to maintain.
2020-10-21Revert "core: Fix clang build"bunnei1-10/+8
2020-10-18core: Fix clang buildLioncash1-8/+10
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e.
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-23/+25
- Should be no functional changes.
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei1-0/+365