parity-util-mem 0.6.0

Collection of memory related utilities
Documentation
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.dlmalloc]
features = ["global"]
optional = true
version = "0.1.3"

[dependencies.ethereum-types]
optional = true
version = "0.9.0"

[dependencies.hashbrown]
optional = true
version = "0.6"

[dependencies.impl-trait-for-tuples]
version = "0.1.3"

[dependencies.libmimalloc-sys]
optional = true
version = "0.1.14"

[dependencies.lru]
optional = true
version = "0.4"

[dependencies.mimalloc]
optional = true
version = "0.1.18"

[dependencies.parity-util-mem-derive]
version = "0.1"

[dependencies.parking_lot]
optional = true
version = "0.10.0"

[dependencies.primitive-types]
default-features = false
optional = true
version = "0.7"

[dependencies.smallvec]
optional = true
version = "1.0.0"

[dependencies.wee_alloc]
optional = true
version = "0.4.5"

[features]
default = ["std", "ethereum-impls", "lru", "hashbrown", "smallvec", "primitive-types"]
dlmalloc-global = ["dlmalloc", "estimate-heapsize"]
estimate-heapsize = []
ethereum-impls = ["ethereum-types", "primitive-types"]
jemalloc-global = ["jemallocator"]
mimalloc-global = ["mimalloc", "libmimalloc-sys"]
std = ["parking_lot"]
weealloc-global = ["wee_alloc", "estimate-heapsize"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collection of memory related utilities"
edition = "2018"
license = "MIT/Apache-2.0"
name = "parity-util-mem"
repository = "https://github.com/paritytech/parity-common"
version = "0.6.0"
[target."cfg(not(target_os = \"windows\"))".dependencies.jemallocator]
optional = true
version = "0.3.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["heapapi"]
version = "0.3.8"