Home
last modified time | relevance | path

Searched defs:async_stack_keep_resident (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dpooling_config.rs33 pub async_stack_keep_resident: usize, field
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dunix_stack_pool.rs28 async_stack_keep_resident: HostAlignedByteCount, field
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dconfig.hh81 void async_stack_keep_resident(size_t size) { in async_stack_keep_resident() function in wasmtime::PoolAllocationConfig
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs218 pub async_stack_keep_resident: usize, field
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs3573 pub fn async_stack_keep_resident(&mut self, size: usize) -> &mut Self { in async_stack_keep_resident() method