Cargo Features

tikv-jemalloc-ctl has no features set by default.

[dependencies]
tikv-jemalloc-ctl = { version = "0.6.0", features = ["use_std", "stats", "profiling", "disable_initial_exec_tls"] }
use_std

Enables use_std of libc

libc:

use_std is deprecated, use std instead

Affects tikv-jemalloc-ctl::stats_print

stats

Enables stats of tikv-jemalloc-sys

Affects tikv-jemalloc-ctl::stats

profiling

Enables profiling of tikv-jemalloc-sys

Affects tikv-jemalloc-ctl::profiling

disable_initial_exec_tls

Enables disable_initial_exec_tls of tikv-jemalloc-sys