pub fn align_size(size: usize, alignment: usize) -> usizeExpand description
Round size up to the next multiple of alignment.
Returns size unchanged when alignment is zero or not a power of two,
since no meaningful rounding is defined in that case.