This is a custom memory (heap) allocator I'm currently writing from scratch in C to practice systems programming (and GIT GUD at programming in general) and understand how memory allocation works internally.
I'm basically trying to reimplement malloc and free from scratch in C.
This project is for learning how programs ask the OS for memory, how memory is tracked, and how to manage it efficiently.
Saptaparno Chakraborty