Module alloc

Source

Constantsยง

ENABLE_COLUMNAR_LGALLOC ๐Ÿ”’

Functionsยง

alloc_aligned_zeroed ๐Ÿ”’
Allocate a region of memory with a capacity of at least len that is properly aligned and zeroed. The memory in Regions is always aligned to its content type.
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.