This crate implements the `GlobalAlloc` trait for [supahero1's allocator written in C](https://github.com/supahero1/alloc).
See the README in supahero1's repo for more details.
```rs
static ALLOCATOR: shalloc::Shalloc = shalloc::Shalloc;
```
A benchmark is available at https://github.com/supahero1/alloc