Increased heap size to 8k

git-svn-id: http://picoc.googlecode.com/svn/trunk@55 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-02-02 22:35:59 +00:00
parent e267efdb96
commit 0547bcaff0

View file

@ -4,7 +4,7 @@
#include <stdarg.h>
/* configurable options */
#define HEAP_SIZE 2048 /* space for the heap and the stack */
#define HEAP_SIZE 8192 /* space for the heap and the stack */
#define LARGE_INT_POWER_OF_TEN 1000000000 /* the largest power of ten which fits in an int on this architecture */
#define ARCH_ALIGN_WORDSIZE sizeof(int) /* memory alignment boundary on this architecture */