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/ems
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_alloc.c Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
ems_gc_internal.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
ems_gc.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
ems_hmu.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
ems_kfc.c Remove unnecessary app heap memory clean operations to reduce process RSS (#1608) 2022-10-18 18:02:48 +08:00