MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / deletePtr

Function deletePtr

test/api/APIAOTNestedVMTest.cpp:59–59  ·  view source on GitHub ↗

C++ overloaded wasmedge object deleters

Source from the content-addressed store, hash-verified

57
58/// C++ overloaded wasmedge object deleters
59void deletePtr(WasmEdge_LoaderContext *Ptr) { WasmEdge_LoaderDelete(Ptr); }
60void deletePtr(WasmEdge_ASTModuleContext *Ptr) {
61 WasmEdge_ASTModuleDelete(Ptr);
62}

Callers 1

~PtrMethod · 0.85

Calls 8

WasmEdge_LoaderDeleteFunction · 0.85
WasmEdge_ASTModuleDeleteFunction · 0.85
WasmEdge_ValidatorDeleteFunction · 0.85
WasmEdge_ExecutorDeleteFunction · 0.85
WasmEdge_StoreDeleteFunction · 0.85
WasmEdge_CompilerDeleteFunction · 0.85

Tested by

no test coverage detected