20,741
edits
m (→Mark/Sweep) |
m (→Mark/Sweep) |
||
| Line 56: | Line 56: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Nasal's implementation of sweep() ( called reap() ) works such that it is always executed for a handful of different type-specific memory pools. In addition, it also makes sure to allocate new memory if required. | |||
= Objective = | = Objective = | ||