Function mmtk::util::malloc::malloc_ms_util::alloc

source ·
pub fn alloc<VM: VMBinding>(
    size: usize,
    align: usize,
    offset: usize
) -> (Address, bool)
Expand description

allocate size bytes, which is aligned to align at offset return the address, and whether it is an offset allocation