How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
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() =

Navigation menu