|
@@ -309,10 +309,10 @@ void
|
|
|
wasm_runtime_set_wasm_object_extra_info_flag(gc_object_t obj, bool set);
|
|
wasm_runtime_set_wasm_object_extra_info_flag(gc_object_t obj, bool set);
|
|
|
|
|
|
|
|
void
|
|
void
|
|
|
-wasm_runtime_gc_prepare();
|
|
|
|
|
|
|
+wasm_runtime_gc_prepare(void *exec_env);
|
|
|
|
|
|
|
|
void
|
|
void
|
|
|
-wasm_runtime_gc_finalize();
|
|
|
|
|
|
|
+wasm_runtime_gc_finalize(void *exec_env);
|
|
|
#endif /* end of WASM_ENABLE_GC != 0 */
|
|
#endif /* end of WASM_ENABLE_GC != 0 */
|
|
|
|
|
|
|
|
#define GC_HEAP_STAT_SIZE (128 / 4)
|
|
#define GC_HEAP_STAT_SIZE (128 / 4)
|