1 unstable release
new 0.0.1 | Dec 27, 2024 |
---|
#11 in #thread-per-core
32KB
771 lines
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