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:
parent
afcf990925
commit
3433f318e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user