Registry / utility / buddy-alloc

buddy-alloc

JSON →
library0.6.0rscratesunverified

Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.

# Cargo.toml [dependencies] buddy-alloc = "0.6.0"
INSTALL
IMPORT
SIG · BUDDY-ALLOC
B
buddy-alloc
utilityrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BuddyAlloc
✓ use buddy_alloc::BuddyAlloc;

Create a buddy allocator.

use buddy_alloc::BuddyAlloc; fn main() { let alloc = BuddyAlloc::new(); println!("Allocator created"); }
Debug
Known issues
gotchaRequires no_std environment; may not work on standard systems.
fix
Ensure target is no_std and use appropriate memory regions.
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
4
Amazon
3
Resources
buddy-alloc — cargo add buddy-alloc · libregistry