Searched refs:deallocate_fiber_stack (Results 1 – 6 of 6) sorted by relevance
190 pub(crate) fn deallocate_fiber_stack(&mut self, stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method200 self.engine.allocator().deallocate_fiber_stack(stack); in flush_fiber_stack()
844 unsafe fn deallocate_fiber_stack(&self, mut stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method970 allocator.deallocate_fiber_stack(stack); in test_stack_zeroed()1010 allocator.deallocate_fiber_stack(stack); in test_stack_unzeroed()
198 unsafe fn deallocate_fiber_stack(&self, stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
478 self.engine.allocator().deallocate_fiber_stack(stack); in drop()742 store.deallocate_fiber_stack(stack); in resume_fiber()
237 unsafe fn deallocate_fiber_stack(&self, _stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
249 unsafe fn deallocate_fiber_stack(&self, stack: wasmtime_fiber::FiberStack); in deallocate_fiber_stack() method