Module mmtk::util::object_enum
source · Expand description
Helper types for object enumeration
Structs§
- An implementation of
ObjectEnumerator
that wraps a callback.
Traits§
- Allow querying if a block may have objects.
MarkSweepSpace
andImmixSpace
use differentBlock
types, and they have different block states. This trait lets bothBlock
types provide the samemay_have_objects
method. - A trait for enumerating objects in spaces, used by
Space::enumerate_objects
.