Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstack.rs29 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 Dstack_creator.rs26 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 Dasync.rs11 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