Module kernel::mem::heap_allocator

source ·
Expand description

The heap_allocator module provides a heap allocator for the kernel. The heap is initialized with a fixed size as the KERNEL_HEAP_SIZE constant.

Statics

Functions