Hey,
I want to know how to go about creating functions like malloc and free in C(without using any other libraries)? I need to make my own set of memory management functions.

Thanks...