Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ free_data
Method
free_data
include/wasm.hh:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
#else
54
void make_data() {}
55
void free_data() {}
56
#endif
57
58
vec(size_t size) : vec(size, size ? new(std::nothrow) T[size] : nullptr) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected