Cargo Features

[dependencies]
tikv-jemallocator = { version = "0.5.4", default-features = false, features = ["alloc_trait", "profiling", "debug", "stats", "background_threads_runtime_support", "background_threads", "unprefixed_malloc_on_supported_platforms", "disable_initial_exec_tls"] }
default = background_threads_runtime_support

The background_threads_runtime_support feature is set by default whenever tikv-jemallocator is added without default-features = false somewhere in the dependency tree.

alloc_trait
profiling

Enables profiling of tikv-jemalloc-sys

debug

Enables debug of tikv-jemalloc-sys

stats

Enables stats of tikv-jemalloc-sys

background_threads_runtime_support default

Enables background_threads_runtime_support of tikv-jemalloc-sys

background_threads

Enables background_threads of tikv-jemalloc-sys

unprefixed_malloc_on_supported_platforms

Enables unprefixed…on_supported_platforms of tikv-jemalloc-sys

disable_initial_exec_tls

Enables disable_initial_exec_tls of tikv-jemalloc-sys

tikv-jemallocator has 9 features without comments.