Searched refs:StackMemory (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | stack.rs | 29 fn new_stack(&self, size: usize, zeroed: bool) -> Result<Box<dyn StackMemory>, Error>; in new_stack() argument 57 pub unsafe trait StackMemory: Send + Sync { interface 68 pub(crate) struct FiberStackProxy(pub Box<dyn StackMemory>);
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | stack_creator.rs | 26 unsafe impl StackMemory for CustomStack { 101 fn new_stack(&self, size: usize, zeroed: bool) -> Result<Box<dyn StackMemory>> { in new_stack() argument
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | async.rs | 11 AsContextMut, Func, Instance, Result, RootScope, StackCreator, StackMemory, Trap, Val, 377 unsafe impl StackMemory for CHostStackMemory { 416 fn new_stack(&self, size: usize, zeroed: bool) -> Result<Box<dyn wasmtime::StackMemory>> { in new_stack() argument
|