mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-19 14:33:34 -04:00
add mem pool type for softbus lite
This commit is contained in:
@@ -57,6 +57,7 @@ typedef enum {
|
||||
MEM_TYPE_JERRY, /* jerry script memory pool */
|
||||
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_MAX /* maximum defination of memory ,add a new memory pool before it */
|
||||
} MemType;
|
||||
|
||||
Reference in New Issue
Block a user