Function uefi::alloc::init

source · []
pub unsafe fn init(boot_services: &BootServices)
Expand description

Initializes the allocator.

Safety

This function is unsafe because you must make sure that exit_boot_services will be called when UEFI boot services will be exited.