pub fn align_alloc(size: usize, align: usize) -> Address
Expand description

Allocate with alignment. This also guarantees the memory is zero initialized.