Skip to content

Allocator library for rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

steelcake/s_alloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allocator library for rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages