Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Dasync_.rs190 pub(crate) fn deallocate_fiber_stack(&mut self, stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
200 self.engine.allocator().deallocate_fiber_stack(stack); in flush_fiber_stack()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs844 unsafe fn deallocate_fiber_stack(&self, mut stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
970 allocator.deallocate_fiber_stack(stack); in test_stack_zeroed()
1010 allocator.deallocate_fiber_stack(stack); in test_stack_unzeroed()
H A Don_demand.rs198 unsafe fn deallocate_fiber_stack(&self, stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs478 self.engine.allocator().deallocate_fiber_stack(stack); in drop()
742 store.deallocate_fiber_stack(stack); in resume_fiber()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs237 unsafe fn deallocate_fiber_stack(&self, _stack: wasmtime_fiber::FiberStack) { in deallocate_fiber_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs249 unsafe fn deallocate_fiber_stack(&self, stack: wasmtime_fiber::FiberStack); in deallocate_fiber_stack() method