Module object_enum

Module object_enum 

Source
Expand description

Helper types for object enumeration

Structsยง

ClosureObjectEnumerator
An implementation of ObjectEnumerator that wraps a callback.

Traitsยง

BlockMayHaveObjects ๐Ÿ”’
Allow querying if a block may have objects. MarkSweepSpace and ImmixSpace use different Block types, and they have different block states. This trait lets both Block types provide the same may_have_objects method.
ObjectEnumerator
A trait for enumerating objects in spaces, used by Space::enumerate_objects.

Functionsยง

enumerate_blocks_from_chunk_map ๐Ÿ”’
enumerate_blocks_from_monotonic_page_resource ๐Ÿ”’