standard_allocator 0.1.0

default (userspace) memory allocator
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.loca]
version = "0.5.4"

[features]
stable-rust = ["loca/stable-rust"]

[package]
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
description = "default (userspace) memory allocator"
license = "MIT OR Apache-2.0"
name = "standard_allocator"
version = "0.1.0"