kern: implement SvcSetHeapSize

This commit is contained in:
Michael Scire 2020-07-15 03:07:00 -07:00 committed by SciresM
parent 9c4c058307
commit 01a7606f95
5 changed files with 162 additions and 3 deletions

View file

@ -116,6 +116,8 @@ namespace ams::svc {
MemoryAttribute_Uncached = (1 << 3),
};
constexpr inline size_t HeapSizeAlignment = 2_MB;
struct PageInfo {
u32 flags;
};