A27R版本修改
This commit is contained in:
@ -99,7 +99,7 @@ int random(void)
|
||||
|
||||
#ifndef HAS_STD_MALLOC
|
||||
#ifndef AWTK_HEAP_SIZE
|
||||
#define AWTK_HEAP_SIZE (8 * 1024 * 1024)
|
||||
#define AWTK_HEAP_SIZE (10 * 1024 * 1024)
|
||||
#endif
|
||||
static uint32_t s_heap_mem[AWTK_HEAP_SIZE/4];
|
||||
#endif /*HAS_STD_MALLOC*/
|
||||
|
Reference in New Issue
Block a user