Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ no_alias_region
Function
no_alias_region
cranelift/codegen/src/ir/memflags.rs:164–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
const fn no_alias_region() -> PackedOption<AliasRegion> {
165
PackedOption::new(AliasRegion(u32::MAX))
166
}
167
168
impl MemFlagsData {
169
/// Create a new empty set of flags.
Callers
2
new
Method · 0.85
from
Method · 0.85
Calls
2
AliasRegion
Class · 0.85
new
Function · 0.50
Tested by
no test coverage detected