Function linked_list_allocator::align_down [] [src]

pub fn align_down(addr: usize, align: usize) -> usize

Align downwards. Returns the greatest x with alignment align so that x <= addr. The alignment must be a power of 2.