Struct Heap
bytes::alloc
pub struct Heap;
impl Heap
fn allocate(&self, len: usize) -> MemRef
fn deallocate(&self, mem: *mut Mem)
impl Allocator for Heap
Allocate memory. May or may not be contiguous.
Deallocate a chunk of memory