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 | |
| WeakPass | Weak pass of a collection to a new |