Searched refs:async_stack_zeroing (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | unix_stack_pool.rs | 27 async_stack_zeroing: bool, field 84 async_stack_zeroing: config.async_stack_zeroing, in new() 162 if !self.async_stack_zeroing { in zero_stack() 257 if self.async_stack_zeroing { in unused_bytes_resident() 278 async_stack_zeroing: true, in test_stack_pool()
|
| H A D | generic_stack_pool.rs | 39 stack_zeroing: config.async_stack_zeroing, in new()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/ |
| H A D | pooling.rs | 212 pub async_stack_zeroing: bool, field 245 async_stack_zeroing: false, in default() 955 async_stack_zeroing: true, in test_stack_zeroed() 995 async_stack_zeroing: false, in test_stack_unzeroed()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 181 pub(crate) async_stack_zeroing: bool, field 288 async_stack_zeroing: false, in new() 832 pub fn async_stack_zeroing(&mut self, enable: bool) -> &mut Self { in async_stack_zeroing() method 833 self.async_stack_zeroing = enable; in async_stack_zeroing() 2528 let (stack_size, stack_zeroing) = (self.async_stack_size, self.async_stack_zeroing); in build_allocator() 2552 config.async_stack_zeroing = stack_zeroing; in build_allocator()
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | config.rs | 288 cfg.wasm.async_stack_zeroing = Some(self.wasmtime.async_stack_zeroing); in to_wasmtime() 588 async_stack_zeroing: bool, field
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 325 pub async_stack_zeroing: Option<bool>, 1049 ["async" : self.wasm.async_stack_zeroing] in config() 1050 enable => config.async_stack_zeroing(enable), in config()
|