Available on crate feature
std only.Expand description
A circular, allocation-free arena for reusable memory blocks.
Structsยง
- Arena
- A circular, allocation-free arena for reusable memory blocks.
- Bytes
- The raw storage for an item, potentially uninitialized.
- Reserved
Memory - An initialized, immutable handle to a slot in the arena.
- Uninit
Reserved Memory - An uninitialized handle to a reserved arena slot.