Skip to main content

Module arena

Module arena 

Source
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.
ReservedMemory
An initialized, immutable handle to a slot in the arena.
UninitReservedMemory
An uninitialized handle to a reserved arena slot.