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
Shengyun Zhou 84b1a6c10e
Remove unnecessary app heap memory clean operations to reduce process RSS (#1608)
With hardware boundary checking enabled, the app heap memory comes from `os_mmap()`.
Clearing the whole heap in the memory allocator causes process RSS to reach maximum
app heap size immediately and wastes lots of memory, so we had better remove the
unnecessary memory clean operations in the memory allocator.
2022-10-18 18:02:48 +08:00
..
ems Remove unnecessary app heap memory clean operations to reduce process RSS (#1608) 2022-10-18 18:02:48 +08:00
mem_alloc.c Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
mem_alloc.cmake Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
mem_alloc.h Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00