Home
last modified time | relevance | path

Searched refs:memory_data (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wizer/src/
H A Dsnapshot.rs139 let memory_data = &memory[..]; in snapshot_memories() localVariable
148 let nonzero = match memory_data[start..page_end] in snapshot_memories()
156 let end = memory_data[start..page_end] in snapshot_memories()
/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dmemory.rs103 fn memory_data() -> Result<()> { in memory_data() function