Amortizes the cost of small allocations by allocating memory in bigger chunks.
zallocator = "0.5"
Enable async related methods
zallocator = { version = "0.5", features = ["future"] }
Without std
std
zallocator = { version = "0.5", default-features = false, features = ["core"] }