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.
Run fuzz tests:
cargo fuzz run fuzz_target_1 -- -rss_limit_mb=9000
Run regular tests:
cargo test
Todo: setup MIRI