How to rewrite "malloc" from scratch ? (with C)
The purpose of this post is to help you make these functions, but the work remains to you. However, I will give you pseudo-codes or code parts! Then, you will be able to make the functions yourself.
A first malloc function
This is, if I may say so, a...
blog.antoninhrlt.com7 min read
ino
I think.
Awesome. I will be rewriting malloc today.