s_alloc 0.0.1

Allocator library
Documentation
  • Coverage
  • 12.5%
    3 out of 24 items documented0 out of 18 items with examples
  • Size
  • Source code size: 42.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ozgrakkurt

s_alloc

This library provides implementations of std::alloc::Allocator to be used in a single threaded context. It is mainly aimed at thread-per-core and server-like applications like a database engine or a web server.

Testing

Run fuzz tests:

cargo fuzz run fuzz_target_1 -- -rss_limit_mb=9000

Run regular tests:

cargo test

Todo: setup MIRI