Constant OOM_MSG

Source
const OOM_MSG: &str = "requires more memory space to initialize BuddyAlloc";
Expand description

Buddy allocator

The following code is strongly based on https://github.com/jjyr/buddy-alloc and imported directly here to make packaging easier.