Skip to main content

Module allocator

Module allocator 

Source
Available on crate feature full only.
Expand description

Physical and virtual memory allocation

Modules§

pmm 🔒
vmm 🔒

Structs§

AllocError
The error returned when an allocation was unsuccessful
DynPmm

Enums§

AllocProvider 🔒

Traits§

Pmm
A physical memory allocator
Vmm
A virtual memory allocator

Functions§

dmamem
Returns the kernel’s dmamem allocator
highmem
Returns the kernel’s highmem allocator
highmem_zero
Returns an allocator which uses the highmem allocator as a backing allocator but zeroes all memory