Implementing a dynamic memory allocation mechanism based on red black trees ⚙️
This project is about writing a dynamic allocation memory management library; recoding two of most commonly used functions - malloc() and free() along red black trees.