scudo-sys

Crates.ioscudo-sys
lib.rsscudo-sys
version0.2.2
sourcesrc
created_at2021-11-09 20:44:40.902431
updated_at2022-10-24 12:30:06.180095
descriptionC/FFI Bindings for the Scudo Hardened Allocator
homepagehttps://llvm.org/docs/ScudoHardenedAllocator.html
repositoryhttps://github.com/google/rust-scudo
max_upload_size
id479059
size493,818
Bastian Kersting (1c3t3a)

documentation

README

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.

Commit count: 28

cargo fmt