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

Method MemoryInstance

include/runtime/instance/memory.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 static inline constexpr const uint64_t kPageLimit64 =
46 UINT64_C(0x1000000000000);
47 MemoryInstance() = delete;
48 MemoryInstance(MemoryInstance &&Inst) noexcept
49 : MemType(Inst.MemType), DataPtr(Inst.DataPtr),
50 PageLimit(Inst.PageLimit) {

Callers

nothing calls this directly

Calls 4

is32Method · 0.80
getMinMethod · 0.80
setMinMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected