Educational Implementation of Malloc I'm not happy about how I have implemented it But I promise I will come back with O(log n) lookup When I learn balanced trees Performance metrics currently O(N) block lookup O(N) page lookup Coalescing at every free How to run it make all ./malloc