more memory allocation stuff

This commit is contained in:
Heikki Linnakangas
2025-05-02 02:13:45 +03:00
parent e40193e3c8
commit 54cd2272f1
12 changed files with 485 additions and 174 deletions

4
Cargo.lock generated
View File

@@ -3906,6 +3906,7 @@ name = "neonart"
version = "0.1.0"
dependencies = [
"rand 0.8.5",
"spin",
"tracing",
"zerocopy 0.8.24",
]
@@ -6737,6 +6738,9 @@ name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "spinning_top"