diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-02 21:24:53 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-02 21:24:53 -0800 |
commit | 3d1c4216ede8c628558c9fe700fb2be1aa08b473 (patch) | |
tree | 9d566827573d2b329a4872762c025a646fe2729d /html/120allocate.subx.html | |
parent | 571ad49190f17272bd7665ba09b5f14c86b1e649 (diff) | |
download | mu-3d1c4216ede8c628558c9fe700fb2be1aa08b473.tar.gz |
7162
Diffstat (limited to 'html/120allocate.subx.html')
-rw-r--r-- | html/120allocate.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/120allocate.subx.html b/html/120allocate.subx.html index 5f36560b..d64067f9 100644 --- a/html/120allocate.subx.html +++ b/html/120allocate.subx.html @@ -93,7 +93,7 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span> <span id="L33" class="LineNr"> 33 </span><span class="subxComment"># a reasonable default</span> <span id="L34" class="LineNr"> 34 </span><span class="SpecialChar">Heap-size</span>: <span class="subxComment"># int</span> -<span id="L35" class="LineNr"> 35 </span> 0x600000/imm32/6MB +<span id="L35" class="LineNr"> 35 </span> 0x800000/imm32/8MB <span id="L36" class="LineNr"> 36 </span> <span id="L37" class="LineNr"> 37 </span><span class="SpecialChar">Next-alloc-id</span>: <span class="subxComment"># int</span> <span id="L38" class="LineNr"> 38 </span> 0x100/imm32 <span class="subxComment"># save a few alloc ids for fake handles</span> |