extend default heap size

This commit is contained in:
Yuichi Nishiwaki 2013-11-01 18:57:18 +09:00
parent 1f0d096ed6
commit 81aea6b3ba
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
/* initial memory size (to be dynamically extended if necessary) */
#define PIC_ARENA_SIZE 10000
#define PIC_HEAP_SIZE 32768
#define PIC_HEAP_SIZE (1<<17)
#define PIC_STACK_SIZE 1024
#define PIC_IREP_SIZE 256
#define PIC_GLOBALS_SIZE 1024