buddy-alloc 0.1.2

Buddy-alloc is a Rust implemented allocator, used for embedded environments.
Documentation

Buddy-alloc

Crates.io

Buddy-alloc is a Rust implemented allocator, used for embedded environments.

Usage

Check examples and Rust Doc.

Why

I want to use the alloc crate in the CKB-VM(an embedded-like environment) without introducing libc; to implement a pure Rust memory allocator comes to my head, buddy memory allocation is simple and efficient enough for my use case, it may be used in other similar embedded environments.

License

MIT