Home
last modified time | relevance | path

Searched refs:StackPool (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dgeneric_stack_pool.rs23 pub struct StackPool { struct
30 impl StackPool { argument
37 Ok(StackPool { in new()
H A Dunix_stack_pool.rs21 pub struct StackPool { struct
31 impl StackPool { argument
281 let pool = StackPool::new(&config)?; in test_stack_pool()
H A Dmetrics.rs122 use crate::vm::instance::allocator::pooling::StackPool;
352 if StackPool::enabled() { in stacks()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs82 use stack_pool::StackPool;
327 stacks: StackPool,
390 stacks: StackPool::new(config)?, in new()