Safe Haskell | None |
---|---|
Language | Haskell2010 |
Tri-state ("tri-colour") garbage collector.
- Not compacting: alive memory is not altered
- Tracing
Documentation
triStateTracing :: GarbageCollectionAlgorithm Source #
Remove all unused addresses, without moving the others.