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