Searched refs:ss_size (Results 1 – 2 of 2) sorted by relevance
102 size_t ss_size; member275 stack->ss_size= stack_size >> 5; in zend_fiber_stack_allocate()278 stack->ss_size = (stack->ss_size + 7) & ~7; in zend_fiber_stack_allocate()282 stack->ss_base = (void *)syscall(__NR_map_shadow_stack, 0, stack->ss_size, SHADOW_STACK_SET_TOKEN); in zend_fiber_stack_allocate()326 munmap(stack->ss_base, stack->ss_size); in zend_fiber_stack_free()426 handle->uc_stack.ss_size = context->stack->size; in zend_fiber_init_context()442 *((unsigned long*) (stack - 8)) = (unsigned long)context->stack->ss_base + context->stack->ss_size; in zend_fiber_init_context()
496 stack->base = (char *)ss.ss_sp - ss.ss_size; in zend_call_stack_get_openbsd_pthread()497 stack->max_size = ss.ss_size - sysconf(_SC_PAGE_SIZE); in zend_call_stack_get_openbsd_pthread()698 stack->max_size = s.ss_size; in zend_call_stack_get_solaris_pthread()
Completed in 11 milliseconds