Cargo Features
[dependencies]
tikv-jemalloc-sys = { version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7", default-features = false, features = ["debug", "background_threads_runtime_support", "background_threads", "stats", "unprefixed_malloc_on_supported_platforms", "override_allocator_on_supported_platforms", "disable_cache_oblivious"] }
- default = background_threads_runtime_support
-
The
background_threads_runtime_supportfeature is set by default whenevertikv-jemalloc-sysis added withoutsomewhere in the dependency tree.default-features = false - profiling debug
- background_threads_runtime_support default background_threads?
- background_threads = background_threads_runtime_support
- stats
- unprefixed_malloc_on_supported_platforms override_allocator…platforms?
- override_allocator_on_supported_platforms = unprefixed…on_supported_platforms
- disable_initial_exec_tls disable_cache_oblivious
tikv-jemalloc-sys has 8 features without comments.