[][src]Crate buddies

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).

Structs

RawBuddies

RawBuddies: A slightly unsafe buddy allocator.