Searched defs:async_stack_keep_resident (Results 1 – 5 of 5) sorted by relevance
33 pub async_stack_keep_resident: usize, field
28 async_stack_keep_resident: HostAlignedByteCount, field
81 void async_stack_keep_resident(size_t size) { in async_stack_keep_resident() function in wasmtime::PoolAllocationConfig
218 pub async_stack_keep_resident: usize, field
3573 pub fn async_stack_keep_resident(&mut self, size: usize) -> &mut Self { in async_stack_keep_resident() method