Function kernel::mem::heap_allocator::init

source ·
pub fn init()
Expand description

Initializes the kernel heap with a fixed size as the KERNEL_HEAP_SIZE constant. This function must be called before the heap can be used.