bh_alloc 0.2.3

A fuzzer friendly bump pointer allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.libc]
version = "0.2"
[dev-dependencies.hashbrown]
version = "0.1"

[package]
authors = ["Brian L. Troutwine <brian@troutwine.us>"]
categories = ["memory-management"]
description = "A fuzzer friendly bump pointer allocator"
documentation = "https://docs.rs/bh_alloc/"
keywords = ["fuzzing", "allocator", "nostd"]
license = "MIT"
name = "bh_alloc"
repository = "https://github.com/blt/bh_alloc"
version = "0.2.3"