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:
parent
e267efdb96
commit
0547bcaff0
2
picoc.h
2
picoc.h
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue