A low-level memory allocator written in C using mmap. The project implements zone-based allocation (TINY, SMALL, LARGE), free list management, block splitting and alignment while respecting strict constraints on performance and memory safety.