Cargo Features
[dependencies]
amble = { version = "0.1.60", default-features = false, features = ["jemalloc", "jemalloc-prof"] }
- default = jemalloc
-
The
jemalloc
feature is set by default wheneveramble
is added without
somewhere in the dependency tree.default-features = false - jemalloc default jemalloc-prof?
-
Enables jemalloc-ctl and jemallocator
- jemalloc-prof = jemalloc
-
Enables profiling of optional jemallocator
Amble has 3 features without comments.