00001 00004 #ifndef _MAIN_H 00005 #define _MAIN_H 00006 00007 #ifdef DEBUG 00008 #include <mcheck.h> 00009 #endif 00010 00011 #ifdef DEBUG 00012 fputs("Debugging malloc.\n", stderr); 00013 setenv("MALLOC_TRACE", "trace.log", 1); 00014 mtrace(); 00015 #endif 00016 00017 #endif
1.3.9.1