Structs§
- A mark sweep space.
- Chunk sweeping work packet. Only used by eager sweeping to sweep marked blocks after unmarked blocks have been released.
Enums§
- The result for
MarkSweepSpace.acquire_block()
.MarkSweepSpace
will attempt to allocate from abandoned blocks first. If none found, it will get a new block from the page resource.