Skip to main content

init

Function init 

Source
pub fn init(pmm: &Pmm, vmm: &Vmm)
Expand description

Map the heap virtual address range to physical frames and initialize the allocator.

ยงPanics

Panics with PanicCode::OutOfMemory if the PMM cannot satisfy any frame allocation.