Structsยง
- A mark sweep space.
- Prepare
Chunk ๐Map - Recycle
Blocks ๐ - Sweep
Chunk ๐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.