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

Function WasmEdge_ConfigureSetMaxMemoryPage

lib/api/wasmedge.cpp:972–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972WASMEDGE_CAPI_EXPORT void
973WasmEdge_ConfigureSetMaxMemoryPage(WasmEdge_ConfigureContext *Cxt,
974 const uint64_t Page) noexcept {
975 if (Cxt) {
976 Cxt->Conf.getRuntimeConfigure().setMaxMemoryPage(Page);
977 }
978}
979
980WASMEDGE_CAPI_EXPORT uint64_t WasmEdge_ConfigureGetMaxMemoryPage(
981 const WasmEdge_ConfigureContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

setMaxMemoryPageMethod · 0.80

Tested by 1

TESTFunction · 0.68