Content deleted Content added
Citation bot (talk | contribs) m Removed URL that duplicated unique identifier. | You can use this bot yourself. Report bugs here.| Activated by User:Nemo bis | via #UCB_webform |
Refined the algorithm example: |
||
Line 29:
<pre>
allocate(n) =
If allocPtr + n > fromspace +
collect()
EndIf
If allocPtr + n > fromspace +
fail “insufficient memory”
EndIf
|