Safe Haskell | None |
---|---|
Language | Haskell2010 |
Remove unused heap objects.
Documentation
Algorithms
triStateTracing :: GarbageCollectionAlgorithm Source
Remove all unused addresses, without moving the others.
twoSpaceCopying :: GarbageCollectionAlgorithm Source
Remove all unused addresses by moving them to a safe location.