Skip to main content

HEAP_START

Constant HEAP_START 

Source
pub const HEAP_START: u32 = 4096;
Expand description

Heap starts after the data segment region. We reserve the first 4 KiB for static data (string constants, etc.).