add

Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: Iac3355a6348052988f7accff74b3ce2b177b89a8
This commit is contained in:
shilei
2022-11-04 11:13:57 +08:00
committed by shilei91
parent 4d07158e78
commit 7c0e558beb
+2
View File
@@ -58,6 +58,8 @@ typedef enum {
MEM_TYPE_JERRY_LSRAM, /* jerry script low speed memory pool */
MEM_TYPE_HICHAIN, /* security memory pool */
MEM_TYPE_SOFTBUS_LSRAM, /* softbus low speed memory pool */
MEM_TYPE_CJSON_LSRAM = 114,
MEM_TYPE_APP_VERIFY_LSRAM = 116,
MEM_TYPE_MAX /* maximum definition of memory, add a new memory pool before it */
} MemType;