Module region

Source
Expand description

Region-allocated data utilities.

Structs§

LgAllocRegion
A region allocator which holds items at stable memory locations.
MMapRegion
Type encapsulating private data for memory-mapped regions.

Enums§

Region
An abstraction over different kinds of allocated regions.

Statics§

ENABLE_LGALLOC_REGION
Enable allocations through new_auto to use lgalloc. new_mmap will always use lgalloc.