文件名称:mymalloc
- 所属分类:
- Shell编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2010-04-20
- 文件大小:
- 183.97kb
- 下载次数:
- 0次
- 提 供 者:
- skyztb
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block twice. This often does not affect the program immediately, waiting until the corrupted memory is used later (in the case of overwrites) or gradually accumulating allocated but unused blocks
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : debugging_malloc.zip 列表 debugmalloc.dsw debugmalloc.h dmhelper.h getopt.h tailor.h debugmalloc.c dmhelper.c driver.c getopt.c debugmalloc.dep debugmalloc.mak debugmalloc.plg debugmalloc.ncb debugmalloc.opt grader.pl debugmalloc.dsp Debug/debugmalloc.pdb Debug/debugmalloc.ilk Debug/