Searched refs:MmapMemory (Results 1 – 3 of 3) sorted by relevance
14 pub struct MmapMemory { struct48 impl MmapMemory { argument147 impl RuntimeLinearMemory for MmapMemory { implementation
3 use crate::runtime::vm::memory::{LocalMemory, MmapMemory, validate_atomic_addr};39 let mmap_memory = MmapMemory::new(ty, tunables, minimum_bytes, maximum_bytes)?; in new()
94 pub use self::mmap::MmapMemory;145 try_new::<Box<_>>(MmapMemory::new(ty, tunables, minimum, maximum)?)? in new_memory()