Malloc implementation

You will write a simple `malloc` and `free` implementation.

The barebones version is already there for you in `malloc.c`.  You will need to fill in pieces which are commented with `TODO`.

Save your time - order a paper!

Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines

Order Paper Now

Implementations for `calloc` and `realloc` are also provided as convenience, but you may mostly leave them alone.  You will want to focus on finishing up `malloc` and `free`.