Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1029
extern void wasm_code_cache_free() {
1030
//free heap before shut down
1031
wasm::get_wasm_instantiation_cache().reset();
1032
}
Callers
2
Shutdown
Function · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.68