mirror of
https://github.com/openharmony/commonlibrary_utils_lite.git
synced 2026-07-18 17:34:26 -04:00
modify i18n memory alloc type
Issue: I68O2U Test: Build & Boot devices Signed-off-by: sunyaozu <sunyaozu@huawei.com>
This commit is contained in:
@@ -58,7 +58,7 @@ 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_I18N_LSRAM, /* global i18n low speed memory pool */
|
||||
MEM_TYPE_I18N_LSRAM = 111, /* global i18n low speed memory pool */
|
||||
MEM_TYPE_CJSON_LSRAM = 114,
|
||||
MEM_TYPE_APP_VERIFY_LSRAM = 116,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user