summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/page_heap.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-9/+8
|
* core: Fix clang buildLioncash2020-10-181-8/+9
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* kernel/memory: Amend potential encoding warningsLioncash2020-05-031-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.
* 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/+116