Function align_up

Source
fn align_up(offset: u32, alignment: u32) -> u32
Expand description

Align an offset to the next multiple of alignment.