Struct uefi_alloc::Allocator
source · pub struct Allocator;Trait Implementations§
source§impl GlobalAlloc for Allocator
impl GlobalAlloc for Allocator
source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocate memory as described by the given
layout. Read more