* Given its limitations, I should probably not leave it turned on.

* Also, a wall size of 64 byte is a bit large for every day use, too :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-02-28 00:29:14 +00:00
parent 79e518749d
commit 681835d2df

View File

@ -63,8 +63,8 @@ enum { SUPERBLOCK_FULLNESS_GROUP = 9 };
#define HEAP_CALL_STACK_SIZE 8
// A simple wall checker
#define HEAP_WALL 1
#define HEAP_WALL_SIZE 64
#define HEAP_WALL 0
#define HEAP_WALL_SIZE 32
// CACHE_LINE = The number of bytes in a cache line.