Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
is32
Method · 0.80
getMin
Method · 0.80
setMin
Method · 0.80
error
Function · 0.50
Tested by
no test coverage detected