Home
last modified time | relevance | path

Searched refs:set_stack_creator (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs60 pub fn set_stack_creator(&mut self, stack_creator: Arc<dyn RuntimeFiberStackCreator>) { in set_stack_creator() method
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs2544 _allocator.set_stack_creator(stack_creator.clone()); in build_allocator()