← Back

Implementing Malloc

Malloc implementation using an implicit list with bidirectional coalescing
Screenshot of the free method in my malloc implementation
Screenshot of the free method in my malloc implementation
This was a course project in Systems Programming and Computer Architecture (SPCA) which I particularly enjoyed.