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
TimelyStacktype.
Functions§
- enable_
columnar_ lgalloc - Returns
trueif columnar allocations should come from lgalloc. - set_
enable_ columnar_ lgalloc - Set whether columnar allocations should come from lgalloc. Applies to future allocations.