extend the heap
This commit is contained in:
parent
7f3d3ac11b
commit
9a1e7d0ab1
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/* initial memory size (to be dynamically extended if necessary) */
|
/* initial memory size (to be dynamically extended if necessary) */
|
||||||
#define PIC_ARENA_SIZE 10000
|
#define PIC_ARENA_SIZE 10000
|
||||||
#define PIC_HEAP_SIZE (1<<17)
|
#define PIC_HEAP_SIZE (1<<19)
|
||||||
#define PIC_STACK_SIZE 1024
|
#define PIC_STACK_SIZE 1024
|
||||||
#define PIC_IREP_SIZE 256
|
#define PIC_IREP_SIZE 256
|
||||||
#define PIC_GLOBALS_SIZE 1024
|
#define PIC_GLOBALS_SIZE 1024
|
||||||
|
|
Loading…
Reference in New Issue