wasm-micro-runtime/product-mini/platforms/nuttx
Marcin Kolny a27ddece7f
Always allocate linear memory using mmap (#3052)
With this approach we can omit using memset() for the newly allocated memory
therefore the physical pages are not being used unless touched by the program.

This also simplifies the implementation.
2024-02-02 22:17:44 +08:00
..
main.c Fix issues reported by gcc -fsanitize flag (#678) 2021-07-30 15:21:17 +08:00
wamr.mk Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00