文件名称: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 FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)-#include <stdlib.h>
#include <string.h>
#include <stdio.h>
//#include <iostream>
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro*/
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)
#include <string.h>
#include <stdio.h>
//#include <iostream>
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro */
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)-#include <stdlib.h>
#include <string.h>
#include <stdio.h>
//#include <iostream>
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro*/
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
debugmalloc.c
debugmalloc.h
debugmalloc.h