diff options
Diffstat (limited to 'html/120allocate.subx.html')
-rw-r--r-- | html/120allocate.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/120allocate.subx.html b/html/120allocate.subx.html index 7f280d61..cd7568b7 100644 --- a/html/120allocate.subx.html +++ b/html/120allocate.subx.html @@ -87,9 +87,9 @@ if ('onhashchange' in window) { <span id="L26" class="LineNr"> 26 </span><span class="subxComment"># A default allocation descriptor for programs to use.</span> <span id="L27" class="LineNr"> 27 </span><span class="SpecialChar">Heap</span>: <span class="subxComment"># allocation-descriptor</span> <span id="L28" class="LineNr"> 28 </span> <span class="subxComment"># curr</span> -<span id="L29" class="LineNr"> 29 </span> 0x01000000/imm32 <span class="subxComment"># 16 MB</span> +<span id="L29" class="LineNr"> 29 </span> 0x02000000/imm32 <span class="subxComment"># 32 MB</span> <span id="L30" class="LineNr"> 30 </span> <span class="subxComment"># limit</span> -<span id="L31" class="LineNr"> 31 </span> 0x02000000/imm32 <span class="subxComment"># 32 MB</span> +<span id="L31" class="LineNr"> 31 </span> 0x80000000/imm32 <span class="subxComment"># 2 GB</span> <span id="L32" class="LineNr"> 32 </span> <span id="L33" class="LineNr"> 33 </span><span class="SpecialChar">Next-alloc-id</span>: <span class="subxComment"># int</span> <span id="L34" class="LineNr"> 34 </span> 0x100/imm32 <span class="subxComment"># save a few alloc ids for fake handles</span> |