我被分配了创建自己的内存管理器课程的任务,但我真的不知道从哪里开始。我的指示是;
//1> write a memman allocation function
//2> insure the alloce functions returns unused addresses
//3> once all memman memmory is used up, subsequent alloces return NULL
//4> enable freeing of memory and subsequent reuse of those free'd regions
我已经尝试过寻找有关处理内存分配的任何指南,但我并没有太成功。