Constantsยง
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.