Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dmemory_creator.rs10 struct CustomMemory { struct
18 impl CustomMemory { impl
50 impl Drop for CustomMemory { implementation
57 unsafe impl LinearMemory for CustomMemory { implementation
114 let mem = Box::new(CustomMemory::new( in new_memory()