Currently working on a new hardened malloc implementation with better performance, scalability, memory usage and security properties.
It borrows ideas from OpenBSD malloc including my extensions to it, PartitionAlloc, jemalloc and my previous performance-oriented malloc design.
Conversation
I have some notes about the planned design at gist.github.com/thestinger/eb3 but it was written before I started making it. It's already at the point where I can use it for the text editor and other tools being used to write it and the planned design is working out very well so far.
