Searched defs:stack_size (Results 1 – 12 of 12) sorted by relevance
23 stack_size: HostAlignedByteCount, field43 let stack_size = if config.stack_size == 0 { in new() localVariable178 let stack_size = self.stack_size.checked_sub(self.page_size).expect( in zero_stack() localVariable239 let stack_size = self.stack_size.byte_count() - self.page_size.byte_count(); in deallocate() localVariable
24 stack_size: usize, field
716 let stack_size = frame_layout.fixed_frame_storage_size localVariable721 let stack_size = i32::try_from(stack_size) localVariable796 let stack_size = frame_layout.fixed_frame_storage_size localVariable803 let stack_size = i32::try_from(stack_size) localVariable
42 pub stack_size: u32, field
482 let stack_size = frame_layout.clobber_size localVariable530 let stack_size = frame_layout.clobber_size localVariable
34 stack_size: usize, field
208 pub stack_size: usize, field
958 let stack_size = frame_layout.fixed_frame_storage_size + frame_layout.outgoing_args_size; localVariable980 let stack_size = frame_layout.fixed_frame_storage_size + frame_layout.outgoing_args_size; localVariable
775 let stack_size = frame_layout.outgoing_args_size as i32 localVariable1226 let stack_size = frame_layout.outgoing_args_size as i32 localVariable
309 let stack_size = store.engine().config().async_stack_size; in cont_new() localVariable
631 fn stack_size(&self) -> u32 { in stack_size() method
2576 let stack_size = self.engine.config().async_stack_size; in allocate_continuation() localVariable