Hi guys, I have buffer with VERY Big SIZE , how could I implement malloc and free functions without using with already functions malloc and free that C provides, any help how can I do that?

Appreciated.