Skip to main content

Module allocator

Module allocator 

Source
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§

ALLOCATOR

Functions§

init_heap
Initialize the heap