buddies 0.0.1

A buddy allocator
Documentation

Buddies: A buddies allocator.

This can be used to allocate blocks of different sizes from a single fixed-width block, and is useful in bare-metal physical memory allocation (which is how Linux does things).