This is a security-focused general purpose memory allocator providing the malloc API along with various extensions. It provides substantial hardening against heap corruption vulnerabilities. The ...
This malloc implementation represents a general purpose allocator. It should be space-concerving, portable, tunnable and relatively fast. While it's not the best at each characteristic I described ...