Fix memory leaks; Adjust heap & thread stack size (#47)

This commit is contained in:
KazushiM
2022-10-31 11:12:27 +08:00
parent 859841ab8e
commit 2962163f19
4 changed files with 6 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
#include "ipc_service.h"
#include "oc_extra.h"
#define INNER_HEAP_SIZE 0x40000
#define INNER_HEAP_SIZE 0x50000
extern "C"
{