buddy-alloc 0.2.0

Buddy-alloc is a Rust implemented allocator, used for embedded environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bench]]
harness = false
name = "alloc"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["jjy <jjyruby@gmail.com>"]
description = "Buddy-alloc is a Rust implemented allocator, used for embedded environments."
edition = "2018"
license = "MIT"
name = "buddy-alloc"
repository = "https://github.com/jjyr/buddy-alloc"
version = "0.2.0"