Skip to main content

MAX_CODE_SIZE

Constant MAX_CODE_SIZE 

Source
pub const MAX_CODE_SIZE: u32 = _; // 264_241_152u32
Expand description

Maximum byte length of the code region. Code occupies [CODE_BASE, CODE_BASE + code_len) and must stay below DATA_BASE, so code_len ≤ DATA_BASE − CODE_BASE = 252 MiB.