wasm-micro-runtime/core/shared/platform/common
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
..
freertos freertos: Thread exit more common (#3094) 2024-01-26 18:38:55 +08:00
libc-util Move WASI types into separate header (#2724) 2023-11-07 09:39:15 +08:00
math Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00
memory Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
posix Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00