pub const HEAP_LENGTH: usize = 32 * 1024; // 32_768usize
Expand description

Length of the heap memory region used for program heap.