mmalloc 0.1.0

A simple mmap-based allocator
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 = "mmalloc"
version = "0.1.0"
dependencies = [
 "sc",
]

[[package]]
name = "sc"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a5fa736d03da66e77fb5827f78e2112754c6c78035c4269f192d21615b39f0"