summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_page_heap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: k_page_heap: Various updates and improvements.bunnei2022-02-271-100/+121
| | | | | - KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
* general: Replace NonCopyable struct with equivalentsLioncash2022-02-021-42/+48
|
* core: Remove unused includesameerj2021-11-041-3/+0
|
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-0/+193