Cargo Features
[dependencies]
ax-allocator = { version = "0.5.2", default-features = false, features = ["full", "bitmap", "tlsf", "slab", "buddy", "allocator_api", "page-alloc-64g", "page-alloc-4g", "page-alloc-256m", "ax-errno"] }
- default = page-alloc-4g
-
The
page-alloc-4gfeature is set by default wheneverax-allocatoris added withoutsomewhere in the dependency tree.default-features = false - full = allocator_api, bitmap, buddy, page-alloc-4g, slab, tlsf
- bitmap full?
-
Enables bitmap-allocator
- tlsf full?
-
Enables rlsf
- slab full?
-
Enables ax_slab_allocator
- buddy full?
-
Enables buddy_system_allocator ^0.10
- allocator_api full?
- page-alloc-1t page-alloc-64g
- page-alloc-4g default full?
- page-alloc-256m
- ax-errno
-
Enables ax-errno
ax-allocator has 11 features without comments.