wasm-micro-runtime/core/shared/platform/common/posix
YAMAMOTO Takashi d13a54f860
Revert "Enable MAP_32BIT for macOS (#2992)" (#3032)
Revert "Do not use pagezero size option if osx version >= 13 (#3025)"
and  "Enable MAP_32BIT for macOS (#2992)".

Discussion: https://github.com/bytecodealliance/wasm-micro-runtime/issues/3009
2024-01-18 09:22:09 +08:00
..
platform_api_posix.cmake Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
posix_blocking_op.c Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
posix_clock.c Refactor clock functions to use WASI types (#2666) 2023-10-25 18:06:04 +08:00
posix_file.c Don't redefine D_INO if already defined (#3036) 2024-01-16 22:28:06 +08:00
posix_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
posix_memmap.c Revert "Enable MAP_32BIT for macOS (#2992)" (#3032) 2024-01-18 09:22:09 +08:00
posix_sleep.c Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
posix_socket.c Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
posix_thread.c Fix compilation error on iOS due to macOS-specific API (#2995) 2024-01-11 12:35:44 +08:00
posix_time.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00