Cyclone Scheme
0.28.0
|
◆ gc_sweep()
Sweep portion of the GC algorithm.
This portion of the major GC algorithm is responsible for returning unused memory slots to the heap. It is only called by the allocator to free up space after the heap has been traced to identify live objects. |