Module raw

Source
Expand description

Raw Allocator

This module exposes the raw handlers behind the UEFI allocator. The allocator traits of the standard library are marked as unstable, hence this module provides stable access to the same functionality, if required.

Use of the raw allocator is only recommended if the other exposes APIs are not an option.

Functions§

alloc
Allocate Memory from UEFI Boot-Services
dealloc
Deallocate Memory from UEFI Boot-Services