3 releases (breaking)
0.6.0 | Jul 14, 2024 |
---|---|
0.5.0 | May 24, 2022 |
0.4.0 | Jul 21, 2020 |
#725 in Memory management
15,140 downloads per month
Used in 2 crates
12KB
85 lines
jemallocator-global
Sets
jemalloc
as the#[global allocator]
on targets that support it.
Documentation / usage
Add it as a dependency:
# Cargo.toml
[dependencies]
tikv-jemallocator-global = "0.6.0"
and jemalloc
will be used as the #[global_allocator]
on targets that support
it.
Cargo features
force_global_jemalloc
(disabled by default): unconditionally setsjemalloc
as the#[global_allocator]
.
Platform support
See jemallocator
's platform support.
Documentation
For more information check out the jemallocator
crate.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tikv-jemallocator-global
by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~8–315KB