const MAX_ORDER: usize = 12;
The largest block stored by the buddy allocator is 2^MAX_ORDER.
2^MAX_ORDER