one_alloc 0.1.0

A custom allocator that allows a singular allocation of a specific size known ahead of time.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented1 out of 3 items with examples
  • Size
  • Source code size: 4.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 345.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • ardaku/one_alloc
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AldaronLau

One Alloc

A custom allocator that allows a singular allocation of a specific size known ahead of time.

For situations where one allocation is required, but otherwise allocations are not allowed (usually for constrained embedded devices). Extremely small (only 32 lines of code).