Crates.io | haz-alloc |
lib.rs | haz-alloc |
version | 0.3.1 |
source | src |
created_at | 2022-01-02 20:58:52.154248 |
updated_at | 2023-05-04 01:58:24.09874 |
description | A general-purpose allocator written in Rust |
homepage | |
repository | https://github.com/nicbn/haz-alloc |
max_upload_size | |
id | 506720 |
size | 34,205 |
Currently this should not be considered production-ready.
haz-alloc is a general-purpose allocator written in Rust, inspired by jemalloc.
This crate requires the nightly version of Rust.
Supported platforms by haz-alloc
.
Platform | Supported | Tested (C.I.) |
---|---|---|
Windows | ✔️ | ✔️ |
Linux | ✔️ | ✔️ |
Mac OS | ❌ | ❌ |
Other Unix-like | Untested | ❌ |
If you want to use on some platform that haz-alloc
does not support, you
can use haz-alloc-core
, that implements the allocator, and provide the
system functions it uses.
Do not depend on both haz-alloc
and haz-alloc-core
on the same crate.
haz-alloc
may bump its haz-alloc-core
depedency major version while
only bumping its minor version, which will cause breakage if both are
being depended on.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.