tikv-jemallocator 0.5.4

A Rust allocator backed by jemalloc
Documentation
[badges.codecov]
repository = "tikv/jemallocator"

[badges.is-it-maintained-issue-resolution]
repository = "tikv/jemallocator"

[badges.is-it-maintained-open-issues]
repository = "tikv/jemallocator"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "tikv/jemallocator"
[dependencies.libc]
default-features = false
version = "^0.2.8"

[dependencies.tikv-jemalloc-sys]
default-features = false
version = "0.5.0"
[dev-dependencies.paste]
version = "1"

[dev-dependencies.tikv-jemalloc-ctl]
version = "0.5.0"

[features]
alloc_trait = []
background_threads = ["tikv-jemalloc-sys/background_threads"]
background_threads_runtime_support = ["tikv-jemalloc-sys/background_threads_runtime_support"]
debug = ["tikv-jemalloc-sys/debug"]
default = ["background_threads_runtime_support"]
disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
profiling = ["tikv-jemalloc-sys/profiling"]
stats = ["tikv-jemalloc-sys/stats"]
unprefixed_malloc_on_supported_platforms = ["tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms"]

[lib]
bench = false
test = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "Simon Sapin <simon.sapin@exyr.org>", "Steven Fackler <sfackler@gmail.com>", "The TiKV Project Developers"]
categories = ["memory-management", "api-bindings"]
description = "A Rust allocator backed by jemalloc\n"
documentation = "https://docs.rs/jemallocator"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
name = "tikv-jemallocator"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
version = "0.5.4"
[package.metadata.docs.rs]
features = []
rustdoc-args = ["--cfg", "jemallocator_docs"]