[go: up one dir, main page]

mimalloc 0.1.37

Performance and security oriented drop-in allocator
Documentation
[badges.travis-ci]
repository = "purpleprotocol/mimalloc_rust"
[dependencies.libmimalloc-sys]
default-features = false
version = "0.1.33"

[features]
debug = ["libmimalloc-sys/debug"]
debug_in_debug = ["libmimalloc-sys/debug_in_debug"]
default = ["secure"]
local_dynamic_tls = ["libmimalloc-sys/local_dynamic_tls"]
override = ["libmimalloc-sys/override"]
secure = ["libmimalloc-sys/secure"]

[package]
authors = ["Octavian Oncescu <octavonce@gmail.com>", "Vincent Rouillé <vincent@speedy37.fr>", "Thom Chiovoloni <chiovolonit@gmail.com>"]
categories = ["memory-management", "api-bindings"]
description = "Performance and security oriented drop-in allocator"
edition = "2018"
keywords = ["mimalloc", "allocator", "encrypted-heap", "performance"]
license = "MIT"
name = "mimalloc"
readme = "README.md"
repository = "https://github.com/purpleprotocol/mimalloc_rust"
version = "0.1.37"