aligned-vmem 0.2.0

Cross-platform aligned anonymous virtual memory: reserve, commit, decommit, and release power-of-two-aligned spans via mmap/VirtualAlloc. Zero dependencies, miri-friendly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "aligned-vmem"
version = "0.2.0"
dependencies = [
 "bench-scale-tool",
]

[[package]]
name = "bench-scale-tool"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745fdc48e5823a7ffee44015c4aa3d17ae13c9f8abe5d88682f9c7459ee0adfa"