Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

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