]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
for now, turn off MEMPARANOIA
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Aug 2009 05:55:22 +0000 (05:55 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Aug 2009 05:55:22 +0000 (05:55 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9102 d7cf8633-e32d-0410-b094-e92efae38249

zone.h

diff --git a/zone.h b/zone.h
index 1f721de95e9e9e2c0bb2fb0ec4189101a47982fc..a4f852dc1c5143e22567acc0caa77a2ab43f0920 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 //#define MEMCLUMPING
 
 // div0: heap overflow detection paranoia
-#define MEMPARANOIA 1
+//#define MEMPARANOIA 1
 
 #if MEMCLUMPING
 // give malloc padding so we can't waste most of a page at the end