pub unsafe extern "C" fn wasm_runtime_shared_heap_free(
module_inst: wasm_module_inst_t,
ptr: u64,
)Expand description
Free the memory allocated from shared heap
@param module_inst the module instance @param ptr the offset in wasm app
pub unsafe extern "C" fn wasm_runtime_shared_heap_free(
module_inst: wasm_module_inst_t,
ptr: u64,
)Free the memory allocated from shared heap
@param module_inst the module instance @param ptr the offset in wasm app