Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ block_capacity
Method
block_capacity
cranelift/codegen/src/ir/layout.rs:63–65 ·
view source on GitHub ↗
Returns the capacity of the `BlockData` map.
(&self)
Source
from the content-addressed store, hash-verified
61
62
/// Returns the capacity of the `BlockData` map.
63
pub fn block_capacity(&self) -> usize {
64
self.blocks.capacity()
65
}
66
}
67
68
/// Sequence numbers.
Callers
2
with_function
Method · 0.80
with_function
Method · 0.80
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected