tikv-jemalloc-ctl 0.4.1

A safe wrapper over jemalloc's control and introspection APIs
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"

[dependencies.paste]
version = "0.1"

[dependencies.tikv-jemalloc-sys]
version = "0.4.0"
[dev-dependencies.tikv-jemallocator]
version = "0.4.0"

[features]
default = []
use_std = ["libc/use_std"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "The TiKV Project Developers"]
categories = ["memory-management", "api-bindings", "development-tools"]
description = "A safe wrapper over jemalloc's control and introspection APIs\n"
documentation = "https://docs.rs/tikv-jemalloc-ctl"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
name = "tikv-jemalloc-ctl"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
version = "0.4.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]