bogo-alloc 0.1.1

An allocator that makes C/C++ developers feel right at home.
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 4.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • FlareFlo/bogo-alloc
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FlareFlo

Bogo-alloc

An allocator that makes C/C++ developers feel right at home.


Example usage:

// Note: 2^32 bytes are the limit for allocations on this heap
#[global_allocator]
static A: BogoAlloc<32> = BogoAlloc::new();