Cargo Features
MiMalloc has no features set by default.
[dependencies]
mimalloc = { version = "0.1.43", features = ["secure", "override", "debug", "debug_in_debug", "local_dynamic_tls", "no_thp", "extended"] }
- secure
-
Enables secure of libmimalloc-sys
- override
-
Enables override of libmimalloc-sys
- debug
-
Enables debug of libmimalloc-sys
- debug_in_debug
-
Enables debug_in_debug of libmimalloc-sys
- local_dynamic_tls
-
Enables local_dynamic_tls of libmimalloc-sys
- no_thp
-
Enables no_thp of libmimalloc-sys
- extended
-
Enables extended of libmimalloc-sys
MiMalloc has 7 features without comments.