mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
![]() 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. |
||
---|---|---|
.. | ||
SConscript | ||
thread_manager.c | ||
thread_manager.h | ||
thread_mgr.cmake |