Searched refs:allocate_fiber_stack (Results 1 – 6 of 6) sorted by relevance
183 pub(crate) fn allocate_fiber_stack(&mut self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method187 self.engine().allocator().allocate_fiber_stack() in allocate_fiber_stack()
837 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method962 let stack = allocator.allocate_fiber_stack()?; in test_stack_zeroed()1002 let stack = allocator.allocate_fiber_stack()?; in test_stack_unzeroed()
183 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
232 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
788 let stack = opaque.allocate_fiber_stack()?; in make_fiber_unchecked()
239 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack>; in allocate_fiber_stack() method