Home
last modified time | relevance | path

Searched refs:maximum_byte_size (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/
H A Dmmap.rs85 if let Ok(max) = ty.maximum_byte_size() { in new()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmemory.rs332 .maximum_byte_size() in limit_new()
665 .maximum_byte_size() in grow()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbounds_checks.rs245 if offset_and_size > heap.memory.maximum_byte_size().unwrap_or(u64::MAX) { in bounds_check_field_access()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2202 pub fn maximum_byte_size(&self) -> Result<u64, SizeOverflow> { in maximum_byte_size() method
2288 let max = self.maximum_byte_size().ok()?; in static_heap_size()
2320 let max = self.maximum_byte_size().unwrap_or(u64::MAX); in memory_may_move()
/wasmtime-44.0.1/crates/c-api/src/
H A Dconfig.rs320 maximum_byte_size: &mut usize,
/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Dmod.rs697 let addr = if offset_with_access_size > heap.memory.maximum_byte_size().unwrap_or(u64::MAX) in emit_compute_heap_address()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs3272 .maximum_byte_size() in validate()