Tracking/limiting memory allocator (#1192)

This commit is contained in:
s0me0ne-unkn0wn
2023-11-03 16:48:41 +01:00
committed by GitHub
parent 8cfbee706d
commit cd2d5d2579
19 changed files with 569 additions and 58 deletions
Generated
+9
View File
@@ -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"