Cargo Features
[dependencies]
mmalloc = { version = "0.1.0", default-features = false, features = ["allocator"] }
- default = allocator
-
The
allocator
feature is set by default whenevermmalloc
is added without
somewhere in the dependency tree.default-features = false - allocator default
mmalloc has 2 features without comments.