Function mmtk::util::malloc::malloc_ms_util::align_alloc
source · pub fn align_alloc(size: usize, align: usize) -> Address
Expand description
Allocate with alignment. This also guarantees the memory is zero initialized.