Home
last modified time | relevance | path

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

/ext-fiber/src/
H A Dphp_fiber.c29 FIBER_G(stack_size) = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
31 FIBER_G(stack_size) = ZEND_FIBER_DEFAULT_C_STACK_SIZE; in PHP_INI_MH()
37 …STD_PHP_INI_ENTRY("fiber.stack_size", NULL, PHP_INI_ALL, OnUpdateFiberStackSize, stack_size, zend_…
H A Dfiber_asm.c50 …_fiber_init_context(zend_fiber_context *context, zend_fiber_coroutine coroutine, size_t stack_size) in zend_fiber_init_context() argument
52 if (UNEXPECTED(!zend_fiber_stack_allocate(&context->stack, stack_size))) { in zend_fiber_init_context()
H A Dfiber.c344 if (!zend_fiber_init_context(&fiber->context, zend_fiber_execute, FIBER_G(stack_size))) { in ZEND_METHOD()
/ext-fiber/
H A Dphp_fiber.h38 zend_long stack_size; variable
H A Dfiber.h125 …fiber_init_context(zend_fiber_context *context, zend_fiber_coroutine coroutine, size_t stack_size);
H A DREADME.md196 …aximum of 8M of memory by default, settable with an ini setting `fiber.stack_size`. Note that this…

Completed in 27 milliseconds