const MAX_ORDER: usize = 12;
Expand description

The largest block stored by the buddy allocator is 2^MAX_ORDER.