summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-22kernel: use KTypedAddress for addressesLiam1-20/+20
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-11-04core: hle: kernel: k_page_heap: Refresh.bunnei1-2/+84
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-27hle: kernel: k_page_heap: Various updates and improvements.bunnei1-55/+71
2021-11-04core: Remove unused includesameerj1-1/+0
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-12/+9
2021-02-19hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei1-4/+4
2020-10-21Revert "core: Fix clang build"bunnei1-9/+8
2020-10-18core: Fix clang buildLioncash1-8/+9
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
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/+116