Disabled the USE_WALL checking by default.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-20 10:53:03 +00:00
parent afcf990925
commit 3433f318e0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
/* check if freed pointers are already freed, and fill freed memory with 0xdeadbeef */
#define PARANOID_KFREE 1
/* use a back and front wall around each allocation */
#define USE_WALL 1
#define USE_WALL 0
#define USE_CHECKING_WALL 0
#define WALL_SIZE 8