compatmalloc 0.2.1

A memory-hardening drop-in allocator with standard C ABI
Documentation
1
2
3
4
5
pub mod hardened;
pub mod passthrough;
pub mod thread_cache;

pub use hardened::HardenedAllocator;