Crate cl_arena

source ·
Expand description

Typed and dropless arena allocation, paraphrased from the Rust Compiler’s rustc_arena. See LICENSE.

An Arena Allocator is a type of allocator which provides stable locations for allocations within itself for the entire duration of its lifetime.

Modules§