Cargo Features
[dependencies]
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 wheneverjemallocator
is added without
somewhere in the dependency tree.default-features = false - alloc_trait
- profiling
-
Enables profiling of jemalloc-sys
- debug
-
Enables debug of jemalloc-sys
- stats
-
Enables stats of jemalloc-sys
- background_threads_runtime_support default
-
Enables background_threads_runtime_support of jemalloc-sys
- background_threads
-
Enables background_threads of jemalloc-sys
- unprefixed_malloc_on_supported_platforms
-
Enables unprefixed…on_supported_platforms of jemalloc-sys
- disable_initial_exec_tls
-
Enables disable_initial_exec_tls of jemalloc-sys
jemallocator has 9 features without comments.