[][src]Function heaparray::alloc_utils::allocate

pub unsafe fn allocate<'a, T>(size: usize, align: usize) -> &'a mut T

Allocate a block of memory, and then coerce it to type T