Hi guys again, I looks like I'll have to implement malloc myself, so I had a quick peek at GitHub for examples and found a relatively simple malloc implementation.
Now you guys are good at back engineering other peoples code. something I myself am not as good at. So could someone tell me how I initialise the example malloc https://github.com/Snaipe/malloc/blob/master/malloc.c