Expand description
Heap allocator module
This module implements the heap allocator for the kernel.
It uses the linked_list_allocator crate to manage heap memory.
Constants§
- HEAP_
START - The starting virtual address of the heap
Statics§
Functions§
- init_
heap - Initialize the heap