Struct tartan_uefi::allocator::BootAllocator
source · pub struct BootAllocator;
Trait Implementations§
source§impl GlobalAlloc for BootAllocator
impl GlobalAlloc for BootAllocator
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