bytes::alloc
pub struct Heap;
impl Heap
fn allocate(&self, len: usize) -> MemRef
fn deallocate(&self, mem: *mut Mem)
impl Allocator for Heap