s_alloc

Crates.ios_alloc
lib.rss_alloc
version0.0.1
sourcesrc
created_at2024-12-27 02:04:22.065026+00
updated_at2024-12-27 02:04:22.065026+00
descriptionAllocator library
homepage
repository
max_upload_size
id1496083
size42,945
Özgür Akkurt (ozgrakkurt)

documentation

README

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

Commit count: 0

cargo fmt