[go: up one dir, main page]

mimalloc 0.1.31

Performance and security oriented drop-in allocator
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"

[[package]]
name = "libmimalloc-sys"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37567b180c1af25924b303ddf1ee4467653783440c62360beb2b322a4d93361"
dependencies = [
 "cc",
]

[[package]]
name = "mimalloc"
version = "0.1.31"
dependencies = [
 "libmimalloc-sys",
]