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

Method len

pulley/src/interp.rs:804–806  ·  view source on GitHub ↗

Returns the length, in bytes, of this stack allocation.

(&self)

Source from the content-addressed store, hash-verified

802
803 /// Returns the length, in bytes, of this stack allocation.
804 fn len(&self) -> usize {
805 self.storage.capacity() * mem::size_of::<Align16>()
806 }
807}
808
809impl fmt::Debug for MachineState {

Callers 6

add_functionMethod · 0.45
topMethod · 0.45
set_sp_uncheckedMethod · 0.45
vaddpairwisei16x8_sMethod · 0.45
mainFunction · 0.45
roundtripFunction · 0.45

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected