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

Method reserve

cranelift/codegen/src/ir/dfg.rs:68–70  ·  view source on GitHub ↗

Reserves capacity for at least `additional` more elements to be inserted.

(&mut self, additional: usize)

Source from the content-addressed store, hash-verified

66 /// Reserves capacity for at least `additional` more elements to be
67 /// inserted.
68 pub fn reserve(&mut self, additional: usize) {
69 self.0.reserve(additional);
70 }
71
72 /// Returns `true` if the given block reference is valid.
73 pub fn is_valid(&self, block: Block) -> bool {

Callers 2

gen_probestack_unrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected