tikv-jemalloc-sys 0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7

Rust FFI bindings to 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"

[build-dependencies.cc]
version = "^1.0.13"

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

[features]
background_threads = ["background_threads_runtime_support"]
background_threads_runtime_support = []
debug = []
default = ["background_threads_runtime_support"]
disable_cache_oblivious = []
disable_initial_exec_tls = []
override_allocator_on_supported_platforms = ["unprefixed_malloc_on_supported_platforms"]
profiling = []
stats = []
unprefixed_malloc_on_supported_platforms = []

[lib]
name = "tikv_jemalloc_sys"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(jemallocator_docs)", "cfg(prefixed)"]
level = "allow"
priority = 0

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "The TiKV Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = """
Rust FFI bindings to jemalloc
"""
documentation = "https://docs.rs/tikv-jemallocator-sys"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
links = "jemalloc"
name = "tikv-jemalloc-sys"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
rust-version = "1.71.0"
version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]

[[test]]
name = "malloc_conf_empty"
path = "tests/malloc_conf_empty.rs"

[[test]]
name = "malloc_conf_set"
path = "tests/malloc_conf_set.rs"

[[test]]
name = "unprefixed_malloc"
path = "tests/unprefixed_malloc.rs"