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

Function WasmEdge_ConfigureGetMaxMemoryPage

lib/api/wasmedge.cpp:980–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980WASMEDGE_CAPI_EXPORT uint64_t WasmEdge_ConfigureGetMaxMemoryPage(
981 const WasmEdge_ConfigureContext *Cxt) noexcept {
982 if (Cxt) {
983 return Cxt->Conf.getRuntimeConfigure().getMaxMemoryPage();
984 }
985 return 0;
986}
987
988WASMEDGE_CAPI_EXPORT void
989WasmEdge_ConfigureSetRunMode(WasmEdge_ConfigureContext *Cxt,

Callers 1

TESTFunction · 0.85

Calls 1

getMaxMemoryPageMethod · 0.80

Tested by 1

TESTFunction · 0.68