unsafe fn alloc(&mut self, layout: Layout, init: AllocInit) -> *mut u8
unsafe fn dealloc(&mut self, ptr: *mut u8, layout: Layout)
impl MutableAlloc for SimpleAllocator
[src]unsafe fn alloc(&mut self, layout: Layout, init: AllocInit) -> *mut u8
[src]unsafe fn dealloc(&mut self, ptr: *mut u8, layout: Layout)
[src]impl<A: GlobalAlloc> MutableAlloc for A
[src]