adjust heap/arena size
This commit is contained in:
parent
6a10162c2c
commit
6f80f9287b
|
@ -1,8 +1,8 @@
|
|||
#ifndef PICCONF_H__
|
||||
#define PICCONF_H__
|
||||
|
||||
#define PIC_ARENA_SIZE 1024
|
||||
#define PIC_HEAP_SIZE 1024
|
||||
#define PIC_ARENA_SIZE 100
|
||||
#define PIC_HEAP_SIZE 4096
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue