jemallocator 0.1.9

A Rust allocator backed by jemalloc
Documentation
[dependencies.jemalloc-sys]
default-features = false
version = "0.1.6"

[dependencies.libc]
version = "0.2.8"

[features]
alloc_trait = []
bg_thread = ["jemalloc-sys/bg_thread"]
debug = ["jemalloc-sys/debug"]
default = ["bg_thread"]
profiling = ["jemalloc-sys/profiling"]
unprefixed_malloc_on_supported_platforms = ["jemalloc-sys/unprefixed_malloc_on_supported_platforms"]

[lib]
bench = false
test = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "A Rust allocator backed by jemalloc\n"
documentation = "https://docs.rs/jemallocator"
homepage = "https://github.com/alexcrichton/jemallocator"
keywords = ["allocator"]
license = "MIT/Apache-2.0"
name = "jemallocator"
readme = "README.md"
repository = "https://github.com/alexcrichton/jemallocator"
version = "0.1.9"