MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / layout

Method layout

crates/wasmtime/src/runtime/vm/instance.rs:1556–1558  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1554 type VMContext = VMContext;
1555
1556 fn layout(&self) -> Layout {
1557 Self::alloc_layout(self.runtime_info.offsets())
1558 }
1559
1560 fn owned_vmctx(&self) -> &OwnedVMContext<VMContext> {
1561 &self.vmctx

Callers 2

newMethod · 0.45
dropMethod · 0.45

Calls 1

offsetsMethod · 0.45

Tested by

no test coverage detected