SVC: Difference between revisions
No edit summary |
|||
Line 221: | Line 221: | ||
== svcSetHeapSize == | == svcSetHeapSize == | ||
<div style="display: inline-block"> | |||
<div style="display: inline-block;"> | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 234: | Line 235: | ||
</div> | </div> | ||
'''Description:''' Set the process heap to a given <code>Size</code>. It can both extend and shrink the heap. | '''Description:''' Set the process heap to a given <code>Size</code>. It can both extend and shrink the heap. | ||
Line 242: | Line 242: | ||
[2.0.0+] <code>Size</code> must be less than 0x18000000. | [2.0.0+] <code>Size</code> must be less than 0x18000000. | ||
== svcSetMemoryPermission == | == svcSetMemoryPermission == |