jemallocator/jemallocator-global
Jay ab0676d77e
update jemalloc to 5.3.0 (#23)
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
2022-05-18 17:06:46 -07:00
..
src *: update project meta (#2) 2020-07-21 19:33:59 +08:00
Cargo.toml update jemalloc to 5.3.0 (#23) 2022-05-18 17:06:46 -07:00
LICENSE-APACHE Add jemallocator-global crate 2019-01-15 16:12:53 +01:00
LICENSE-MIT Add jemallocator-global crate 2019-01-15 16:12:53 +01:00
README.md *: extra cleanup (#3) 2020-07-22 15:39:21 +08:00

README.md

jemallocator-global

Travis-CI Status Latest Version docs

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.4.0"

and jemalloc will be used as the #[global_allocator] on targets that support it.

Cargo features

  • force_global_jemalloc (disabled by default): unconditionally sets jemalloc 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

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.