SVN r753 (trunk)

This commit is contained in:
Randy Heit 2008-02-19 01:34:15 +00:00
commit 5124a28a15
3 changed files with 7 additions and 4 deletions

View file

@ -33,8 +33,8 @@
*/
#include "i_system.h"
#include "stats.h"
#include <malloc.h>
ADD_STAT(mem)
{
@ -52,8 +52,6 @@ size_t AllocBytes;
#endif
#ifndef _WIN32
#define _msize(p) malloc_usable_size(p) // from glibc/FreeBSD
#else
#include <malloc.h>
#endif
#ifndef _DEBUG