zalloc.h is a single-header, high-performance memory management suite for C/C++. It unifies three specialized allocators, Arenas (Linear), Pools (Fixed-Block), and Debug (Leak Detection), into a ...