Home
last modified time | relevance | path

Searched refs:guard_size (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_call_stack.c133 size_t guard_size; in zend_call_stack_get_linux_pthread() local
135 error = pthread_attr_getguardsize(&attr, &guard_size); in zend_call_stack_get_linux_pthread()
141 addr = (int8_t*)addr + guard_size; in zend_call_stack_get_linux_pthread()
142 max_size -= guard_size; in zend_call_stack_get_linux_pthread()
321 size_t guard_size = getpagesize(); in zend_call_stack_get_freebsd_sysctl() local
324 stack->max_size = rlim.rlim_cur - guard_size; in zend_call_stack_get_freebsd_sysctl()

Completed in 5 milliseconds