Crate slot_arena

Source
Expand description

§slot-arena

A compacted and safe memory allocator using only safe Rust, which can be accessed with opaque references.

Structs§

Ref
An opaque reference to a value in an SlotArena, represented as a u32 index.
SlotArena
A block of memory accessed using 32-bit Refs rather than 64-bit memory addresses.