MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / wasm_code_cache_free

Function wasm_code_cache_free

src/vm/wasm/wasm_interface.cpp:1029–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}//wasm
1028
1029extern void wasm_code_cache_free() {
1030 //free heap before shut down
1031 wasm::get_wasm_instantiation_cache().reset();
1032}

Callers 2

ShutdownFunction · 0.85
BOOST_FIXTURE_TEST_CASEFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.68