Searched refs:new_stack (Results 1 – 2 of 2) sorted by relevance
48 %new_stack = getelementptr i8, i8* %stack, i64 849 store i8* %new_stack, i8** %stack_p, align 8
2126 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call() local2128 new_stack = (kmp_uint8 *)__kmp_allocate(new_size); in __kmp_fork_call()2130 new_stack[i] = master_th->th.th_task_state_memo_stack[i]; in __kmp_fork_call()2134 new_stack[i] = 0; in __kmp_fork_call()2137 master_th->th.th_task_state_memo_stack = new_stack; in __kmp_fork_call()