MallocLab 基于隐式空闲链表,使用立即边界标记合并方式,实现一个简单的分配器 实现代码的地址:http://csapp.cs.cmu.edu/public/labs.html 主要代码在 mm.c 文件