Cheney's algorithm: Difference between revisions

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 + N/2tospace
collect()
EndIf
If allocPtr + n > fromspace + N/2tospace
fail “insufficient memory”
EndIf