搜索资源列表
debugmalloc
- #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define
debugmalloc
- SSD6 unit3 课后exercise3 debugmalloc.c 完成内存分配的错误监督,以及内存块分配的记录。主要函数Mymalloc Myfree 测试全部通过-SSD6 unit3 error supervision after school exercise3 debugmalloc.c complete memory allocation, and memory block allocation record. T
debugmalloc
- 系统级编程lab8,实现一个自动检测内存错误的malloc和free函数,直接编译即可运行。(System level programming lab8, to achieve an automatic detection of memory error malloc and free functions, can be directly compiled to run.)