Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Dasync_.rs183 pub(crate) fn allocate_fiber_stack(&mut self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
187 self.engine().allocator().allocate_fiber_stack() in allocate_fiber_stack()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs837 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
962 let stack = allocator.allocate_fiber_stack()?; in test_stack_zeroed()
1002 let stack = allocator.allocate_fiber_stack()?; in test_stack_unzeroed()
H A Don_demand.rs183 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs232 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack> { in allocate_fiber_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs788 let stack = opaque.allocate_fiber_stack()?; in make_fiber_unchecked()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs239 fn allocate_fiber_stack(&self) -> Result<wasmtime_fiber::FiberStack>; in allocate_fiber_stack() method