Searched refs:async_stack_keep_resident (Results 1 – 9 of 9) sorted by relevance
33 pub async_stack_keep_resident: usize, field67 cfg.opts.pooling_async_stack_keep_resident = Some(self.async_stack_keep_resident); in configure()113 async_stack_keep_resident: u.int_in_range(0..=1 << 20)?, in arbitrary()
28 async_stack_keep_resident: HostAlignedByteCount, field85 async_stack_keep_resident: HostAlignedByteCount::new_rounded_up( in new()86 config.async_stack_keep_resident, in new()194 let size_to_memset = stack_size.min(self.async_stack_keep_resident); in zero_stack()
648 WASMTIME_POOLING_ALLOCATION_CONFIG_PROP(async_stack_keep_resident, size_t)
81 void async_stack_keep_resident(size_t size) { in async_stack_keep_resident() function in wasmtime::PoolAllocationConfig
11 config.async_stack_keep_resident(3); in TEST()
218 pub async_stack_keep_resident: usize, field247 async_stack_keep_resident: 0, in default()
3573 pub fn async_stack_keep_resident(&mut self, size: usize) -> &mut Self { in async_stack_keep_resident() method3574 self.config.async_stack_keep_resident = size; in async_stack_keep_resident()
535 c.config.async_stack_keep_resident(size); in wasmtime_pooling_allocation_config_async_stack_keep_resident_set()
991 size => cfg.async_stack_keep_resident(size), in config()