mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -04:00
kern: implement SvcSetHeapSize
This commit is contained in:
parent
9c4c058307
commit
01a7606f95
5 changed files with 162 additions and 3 deletions
|
@ -116,6 +116,8 @@ namespace ams::svc {
|
|||
MemoryAttribute_Uncached = (1 << 3),
|
||||
};
|
||||
|
||||
constexpr inline size_t HeapSizeAlignment = 2_MB;
|
||||
|
||||
struct PageInfo {
|
||||
u32 flags;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue