wasm-micro-runtime/core/shared/platform/darwin
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
..
platform_init.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
platform_internal.h Allow using mmap for shared memory if hw bound check is disabled (#3029) 2024-01-16 22:15:55 +08:00
shared_platform.cmake Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00