4 releases
0.2.2 | Oct 24, 2022 |
---|---|
0.2.1 | Nov 18, 2021 |
0.2.0 | Nov 15, 2021 |
0.1.0 | Nov 9, 2021 |
#602 in Memory management
2,840 downloads per month
Used in 2 crates
(via scudo)
215KB
5K
SLoC
C-Rust FFI bindings for the Scudo Hardened Allocator.
Most users should prefer the idiomatic Rust binding crate, scudo.
Scudo is a user space heap allocator designed to be reistent to heap exploitation. It is useful to you if your program allocates memory and you depend on unsafe code or you want defense-in-depth against heap exploitation. In addition to security, it achieves competitive performance against jemalloc, tcmalloc and others.