Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dstack_creator.rs15 struct CustomStack { struct
19 unsafe impl Send for CustomStack {} argument
20 unsafe impl Sync for CustomStack {} implementation
21 impl CustomStack { impl
23 CustomStack { base, len } in new()
26 unsafe impl StackMemory for CustomStack { implementation
112 Ok(Box::new(CustomStack::new(base, self.size))) in new_stack()