adjust heap/arena size

This commit is contained in:
Yuichi Nishiwaki 2013-10-15 19:12:17 +09:00
parent 6a10162c2c
commit 6f80f9287b
1 changed files with 2 additions and 2 deletions

View File

@ -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