1 2 3 4 5 6 7
//! Kernel heap symbols defined in the linker script extern "C" { pub static _heap_bottom: u8; pub static _heap_size: u8; pub static _heap_top: u8; }