Doubled heap size to 128 KB. Should hopefully fix bug #2756.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-09-21 21:43:12 +00:00
parent 5a150dfe6d
commit 32f1784d37

View File

@ -23,7 +23,7 @@
#include <string.h>
#define HEAP_SIZE 65536
#define HEAP_SIZE (128 * 1024)
// GCC defined globals
extern void (*__ctor_list)(void);