Module code_memory

Source
Expand description

Memory management for executable code.

Structsยง

CodeMemory
Memory manager for executable code.

Constantsยง

ARCH_FUNCTION_ALIGNMENT ๐Ÿ”’
The optimal alignment for functions.
DATA_SECTION_ALIGNMENT ๐Ÿ”’
The optimal alignment for data.

Functionsยง

round_up ๐Ÿ”’