Module mem

Source
Expand description

Memory management module.

This module provides functionality for memory allocation, stack management, and other memory-related operations needed by the kernel.

Modules§

allocator
page

Structs§

Stack

Statics§

KERNEL_STACK
__FDT_RESERVED_END
__FDT_RESERVED_START
__KERNEL_SPACE_END
__KERNEL_SPACE_START

Functions§

init_bss
kfree
Frees a block of memory previously allocated with kmalloc.
kmalloc
Allocates a block of memory of the specified size from the kernel heap.