This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/mem-alloc
Wenyong Huang 54e82ec439
Fix app manager fail to install large app file issue (#555)
Remove the limit of app file size no larger than 1 MB, fix possible memory leak issues when fail to install app file, change message size of aee_host_msg_callback() from uint16 type to uint32 type to fix possible integer overflow issue, and fix some coding style issues of app manager.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-03 20:19:24 +08:00
..
ems Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
mem_alloc.c Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
mem_alloc.cmake Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
mem_alloc.h Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00