about summary refs log tree commit diff stats
path: root/html/120allocate.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-01 23:52:28 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-01 23:52:28 -0700
commitf0e146fc7b947bae526657d8c858a95319abf204 (patch)
tree3886f4caa82a689df431b1342c85fa02dd138526 /html/120allocate.subx.html
parentf3fe2ac1953118b1a93828c718eaa9bdb3397939 (diff)
downloadmu-f0e146fc7b947bae526657d8c858a95319abf204.tar.gz
.
Diffstat (limited to 'html/120allocate.subx.html')
-rw-r--r--html/120allocate.subx.html4
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>