20,741
edits
m (→Memory blocks) |
m (→reap()) |
||
| Line 474: | Line 474: | ||
= reap() = | = reap() = | ||
[[File:NasalReapCallgraph.png|thumb|450px|Callgraph for reap()]] | |||
This is the collector function called by garbageCollect() which also frees elements and allocates new blocks for the specified pool: | This is the collector function called by garbageCollect() which also frees elements and allocates new blocks for the specified pool: | ||
| Line 513: | Line 516: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=swapfree() = | =swapfree() = | ||