pub struct MiMalloc;Trait Implementations§
Source§impl GlobalAlloc for MiMalloc
impl GlobalAlloc for MiMalloc
Source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout. Read more