shalloc 0.1.0

Implements the `GlobalAlloc` trait for supahero1's allocator written in C: https://github.com/supahero1/alloc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# shalloc

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.

## Usage

```rs
#[global_allocator]
static ALLOCATOR: shalloc::Shalloc = shalloc::Shalloc;
```

## Benchmark

A benchmark is available at https://github.com/supahero1/alloc