Home
last modified time | relevance | path

Searched defs:async_stack_zeroing (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dunix_stack_pool.rs27 async_stack_zeroing: bool, field
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs588 async_stack_zeroing: bool, field
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs181 pub(crate) async_stack_zeroing: bool, field
832 pub fn async_stack_zeroing(&mut self, enable: bool) -> &mut Self { in async_stack_zeroing() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs212 pub async_stack_zeroing: bool, field