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

#469 in Memory management

Download history 248/week @ 2023-12-15 33/week @ 2023-12-22 385/week @ 2023-12-29 435/week @ 2024-01-05 595/week @ 2024-01-12 398/week @ 2024-01-19 542/week @ 2024-01-26 455/week @ 2024-02-02 415/week @ 2024-02-09 557/week @ 2024-02-16 615/week @ 2024-02-23 574/week @ 2024-03-01 630/week @ 2024-03-08 560/week @ 2024-03-15 598/week @ 2024-03-22 441/week @ 2024-03-29

2,355 downloads per month
Used in 2 crates (via scudo)

Apache-2.0

215KB
5K SLoC

C++ 4.5K SLoC // 0.1% comments Bitbake 287 SLoC // 0.0% comments Rust 39 SLoC // 0.4% comments

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.

Dependencies