☰
Module mm
Structs
Functions
?
Module
keos
::
mm
source
·
[
−
]
Expand description
Memory management including heap and physical memory.
Structs
ContigPages
A contiguous pages representation.
Page
A Page representation.
Functions
align_up
Align upwards. Returns the smallest x with alignment
align
so that x >= addr. The alignment must be a power of 2.
init_mm
⚠
Initialize the physical memory allocator.