jemallocator-global

Crates.iojemallocator-global
lib.rsjemallocator-global
version0.3.2
sourcesrc
created_at2019-03-20 10:00:13.359126
updated_at2019-06-14 10:16:58.50251
descriptionSets `jemalloc` as the `#[global_allocator]`
homepagehttps://github.com/gnzlbg/jemallocator
repositoryhttps://github.com/gnzlbg/jemallocator
max_upload_size
id122659
size19,338
gnzlbg (gnzlbg)

documentation

https://docs.rs/jemallocator-global

README

jemallocator-global

Travis-CI Status Appveyor 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]
jemallocator-global = "0.3.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 jemallocator-global by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 288

cargo fmt