From 0547bcaff062fa839c41535fa157f77fb49a7ed7 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Mon, 2 Feb 2009 22:35:59 +0000 Subject: [PATCH] Increased heap size to 8k git-svn-id: http://picoc.googlecode.com/svn/trunk@55 21eae674-98b7-11dd-bd71-f92a316d2d60 --- picoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picoc.h b/picoc.h index 21115c0..ca2cb08 100644 --- a/picoc.h +++ b/picoc.h @@ -4,7 +4,7 @@ #include /* 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 */