Searched refs:memory_data (Results 1 – 2 of 2) sorted by relevance
139 let memory_data = &memory[..]; in snapshot_memories() localVariable148 let nonzero = match memory_data[start..page_end] in snapshot_memories()156 let end = memory_data[start..page_end] in snapshot_memories()
103 fn memory_data() -> Result<()> { in memory_data() function