pub const MIN_HEAP_LENGTH: usize = _; // 32_768usize
Minimum guaranteed heap size.
NOTE: Actual heap size may be larger if requested via Compute Budget. The allocator automatically uses all available heap space.