- Add code to detect buffer overflows and buffer underflows on memory operations. This code is only enabled if _DEBUG is defined.

- Change all calls to malloc, realloc and free to cmd_alloc, cmd_realloc and cmd_free

svn path=/trunk/; revision=28065
This commit is contained in:
Thomas Bluemel 2007-08-01 10:17:13 +00:00
parent 9da2ad12a6
commit df91a99233
57 changed files with 335 additions and 221 deletions

View file

@ -27,7 +27,6 @@
*/
#include <precomp.h>
#include "resource.h"
#ifdef INCLUDE_CMD_CLS