mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 23:42:05 +00:00
84b1a6c10e
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. |
||
---|---|---|
.. | ||
ems | ||
mem_alloc.c | ||
mem_alloc.cmake | ||
mem_alloc.h | ||
SConscript |