Expand description
Memory layout constants for user processes
Constants§
- CODE_
START - Default code segment start
- DATA_
START - Default data segment start
- DEFAULT_
STACK_ SIZE - Default stack size (8MB)
- HEAP_
START - Default heap start
- MAX_
HEAP_ SIZE - Maximum heap size (8GB) – supports rustc self-compilation (4-8GB peak)
- STACK_
END - Stack end address (grows down from here)
- USER_
SPACE_ END - User space end
- USER_
SPACE_ START - User space start