wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Marcin Kolny 2615646c20
Fix on-heap aux stack allocation (#1865)
Because stack grows from high address towards low address, the value
returned by malloc is the end of the stack, not top of the stack. The top
of the stack is the end of the allocated space (i.e. address returned by
malloc + cluster size).

Refer to #1790.
2023-01-06 18:21:28 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Fix on-heap aux stack allocation (#1865) 2023-01-06 18:21:28 +08:00
thread_manager.h Enable aux stack allocations on application heap (#1799) 2022-12-19 10:58:12 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00