3 releases
0.1.2 | Oct 4, 2024 |
---|---|
0.1.1 | Sep 30, 2024 |
0.1.0 | Sep 6, 2024 |
#534 in Memory management
44KB
2K
SLoC
shalloc
This crate implements the GlobalAlloc
trait for supahero1's allocator written in C.
See the README in supahero1's repo for more details.
Usage
#[global_allocator]
static ALLOCATOR: shalloc::Shalloc = shalloc::Shalloc;
Benchmark
A benchmark is available at https://github.com/supahero1/alloc
No runtime deps
~0–2.2MB
~45K SLoC