about summary refs log tree commit diff stats
path: root/html/069allocate.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /html/069allocate.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to 'html/069allocate.subx.html')
-rw-r--r--html/069allocate.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/069allocate.subx.html b/html/069allocate.subx.html
index a1bca554..b8bb8681 100644
--- a/html/069allocate.subx.html
+++ b/html/069allocate.subx.html
@@ -117,7 +117,7 @@ if ('onhashchange' in window) {
 <span id="L56" class="LineNr"> 56 </span>
 <span id="L57" class="LineNr"> 57 </span><span class="subxComment"># Claim the next 'n' bytes of memory starting at ad-&gt;curr and update ad-&gt;curr.</span>
 <span id="L58" class="LineNr"> 58 </span><span class="subxComment"># Abort if there isn't enough memory in 'ad'.</span>
-<span id="L59" class="LineNr"> 59 </span><span class="subxFunction">allocate</span>:  <span class="subxComment"># ad : (address allocation-descriptor), n : int -&gt; address-or-null/eax : (address _)</span>
+<span id="L59" class="LineNr"> 59 </span><span class="subxFunction">allocate</span>:  <span class="subxComment"># ad : (addr allocation-descriptor), n : int -&gt; address-or-null/eax : (addr _)</span>
 <span id="L60" class="LineNr"> 60 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L61" class="LineNr"> 61 </span>    55/push-ebp
 <span id="L62" class="LineNr"> 62 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>
@@ -241,7 +241,7 @@ if ('onhashchange' in window) {
 <span id="L180" class="LineNr">180 </span>    c3/return
 <span id="L181" class="LineNr">181 </span>
 <span id="L182" class="LineNr">182 </span><span class="subxComment"># helper: create a nested allocation descriptor (useful for tests)</span>
-<span id="L183" class="LineNr">183 </span><span class="subxFunction">allocate-region</span>:  <span class="subxComment"># ad : (address allocation-descriptor), n : int -&gt; new-ad : (handle allocation-descriptor)</span>
+<span id="L183" class="LineNr">183 </span><span class="subxFunction">allocate-region</span>:  <span class="subxComment"># ad : (addr allocation-descriptor), n : int -&gt; new-ad : (handle allocation-descriptor)</span>
 <span id="L184" class="LineNr">184 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L185" class="LineNr">185 </span>    55/push-ebp
 <span id="L186" class="LineNr">186 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>