Given a buddy system a single 1 page allocation that isnt freeable blocks
a 2K, 4K, 8K, 16K, 32K and 64K block and so on. Buddy is about the most
non optimal algorithm for creating large allocation spaces.
True its very very fast but now we have SLAB handling the small allocations
we should ditch the buddy allocator IMHO for something more intelligent, or
even something really stupid like first fit. Both will do better than it
Alan