shalloc 0.1.2

Implements the `GlobalAlloc` trait for supahero1's allocator written in C: https://github.com/supahero1/alloc
Documentation

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