Crates.io | s_alloc |
lib.rs | s_alloc |
version | 0.0.1 |
source | src |
created_at | 2024-12-27 02:04:22.065026+00 |
updated_at | 2024-12-27 02:04:22.065026+00 |
description | Allocator library |
homepage | |
repository | |
max_upload_size | |
id | 1496083 |
size | 42,945 |
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