memalloc

Crates.iomemalloc
lib.rsmemalloc
version0.1.0
sourcesrc
created_at2015-07-09 06:12:41.726271
updated_at2016-02-16 07:04:51.092722
descriptionMemory allocation in stable rust.
homepage
repositoryhttps://github.com/reem/rust-memalloc.git
max_upload_size
id2566
size6,051
log (github:rust-lang:log)

documentation

README

memalloc

Raw allocation APIs in stable rust.

Documentation

Usage

See the tests at the bottom of src/lib.rs for some examples.

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
memalloc = "0.1"

Author

Jonathan Reem is the primary author and maintainer of memalloc.

License

MIT

Commit count: 5

cargo fmt