wasm-micro-runtime/core/shared
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
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
platform Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
utils Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00