mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
Tracking/limiting memory allocator (#1192)
This commit is contained in:
Generated
+9
@@ -12421,15 +12421,20 @@ name = "polkadot-node-core-pvf-prepare-worker"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"criterion 0.4.0",
|
||||
"libc",
|
||||
"parity-scale-codec",
|
||||
"polkadot-node-core-pvf-common",
|
||||
"polkadot-primitives",
|
||||
"rayon",
|
||||
"rococo-runtime",
|
||||
"sc-executor-common",
|
||||
"sc-executor-wasmtime",
|
||||
"sp-maybe-compressed-blob",
|
||||
"tikv-jemalloc-ctl",
|
||||
"tikv-jemallocator",
|
||||
"tracing-gum",
|
||||
"tracking-allocator",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -19442,6 +19447,10 @@ dependencies = [
|
||||
"tracing-serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tracking-allocator"
|
||||
version = "1.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "trie-bench"
|
||||
version = "0.38.0"
|
||||
|
||||
Reference in New Issue
Block a user