Searched refs:MallocMemory (Results 1 – 2 of 2) sorted by relevance
19 pub struct MallocMemory { struct25 impl MallocMemory { impl61 Ok(MallocMemory { in new()69 impl RuntimeLinearMemory for MallocMemory { implementation171 let mut memory = MallocMemory::new(&TY, &tunables(), 10).unwrap(); in simple()198 let mut memory = MallocMemory::new(&TY, &tunables, 10).unwrap(); in reservation_not_initialized()215 fn assert_valid(mem: &MallocMemory) { in assert_valid() argument
97 pub use self::malloc::MallocMemory;152 try_new::<Box<_>>(MallocMemory::new(ty, tunables, minimum)?)? in new_memory()