memalloc 0.1.0

Memory allocation in stable rust.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 6.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 231.84 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • reem/rust-memalloc
    5 1 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • reem

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