Skip to main content

init

Function init 

Source
pub fn init(kernel_root_page: VirtAddr)
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.