wasm-micro-runtime/core/shared/platform/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
..
nuttx_platform.c nuttx: Use larger alignment for os_mmap and comment why (#3017) 2024-01-16 09:17:58 +08:00
platform_internal.h Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
shared_platform.cmake Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00