Module containers

Source
Expand description

Reusable containers.

Modules§

alloc 🔒
stack
A chunked columnar container based on the columnation library. It stores the local portion in region-allocated data, too, which is different to the TimelyStack type.

Functions§

enable_columnar_lgalloc
Returns true if columnar allocations should come from lgalloc.
set_enable_columnar_lgalloc
Set whether columnar allocations should come from lgalloc. Applies to future allocations.