Module arret_runtime::boxed::collect[][src]

Functionality for garbage collecting heaps

This is a basic tracing, moving garbage collector. It doesn’t support generations or concurrent collection. Every collection starts with a strong pass followed by an optional weak pass.

Structs

StrongPass

Strong pass from an old Heap in to a new Heap

WeakPass

Weak pass of a collection to a new Heap