A custom malloc/free-style memory allocator built in C to understand low-level heap management, memory fragmentation, alignment, and allocator internals. This project implements a free-list based ...