Thanks to visit codestin.com
Credit goes to lib.rs

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-4g feature is set by default whenever ax-allocator is added without default-features = false somewhere in the dependency tree.

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.