DYNALLOC(9) Hyra Kernel Developer’s Manual DYNALLOC(9)
NAME
dynalloc - hyra kernel dynamic memory allocation
SYNOPSIS
#include <vm/dynalloc.h>
DESCRIPTION
This subsystem is an abstraction over the Two-Level Segregated Fit memory allocator and provides wrappers for allocating, reallocating and deallocating memory from a pool allocated per-core.
The dynalloc() function is analogous to malloc() in other systems.
The dynalloc_memalign() function allows you to allocate aligned memory
The dynrealloc() function is analogous to realloc() in other systems.
The dynfree() function is analogous to free() in other systems.
AUTHORS
Ian Moffett <ian@osmora.org>
Hyra Nov 11 2024 Hyra