Skip to main content

MIN_HEAP_LENGTH

Constant MIN_HEAP_LENGTH 

Source
pub const MIN_HEAP_LENGTH: usize = _; // 32_768usize
Expand description

Minimum guaranteed heap size.

NOTE: Actual heap size may be larger if requested via Compute Budget. The allocator automatically uses all available heap space.