A27R版本修改

This commit is contained in:
2025-05-17 14:22:08 +08:00
parent 0fd28aa974
commit 3b3c63f1f3
388 changed files with 319982 additions and 30872 deletions

View File

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