jemalloc-ctl 0.5.4

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.jemalloc-sys]
version = "0.5.0"

[dependencies.libc]
default-features = false
version = "0.2"

[dependencies.paste]
version = "1"
[dev-dependencies.jemallocator]
version = "0.5.0"

[features]
default = []
disable_initial_exec_tls = ["jemalloc-sys/disable_initial_exec_tls"]
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/jemalloc-ctl"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
name = "jemalloc-ctl"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
version = "0.5.4"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]