Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance
/ext-fiber/src/ |
H A D | php_fiber.c | 29 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 D | fiber_asm.c | 50 …_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 D | fiber.c | 344 if (!zend_fiber_init_context(&fiber->context, zend_fiber_execute, FIBER_G(stack_size))) { in ZEND_METHOD()
|
/ext-fiber/ |
H A D | php_fiber.h | 38 zend_long stack_size; variable
|
H A D | fiber.h | 125 …fiber_init_context(zend_fiber_context *context, zend_fiber_coroutine coroutine, size_t stack_size);
|
H A D | README.md | 196 …aximum of 8M of memory by default, settable with an ini setting `fiber.stack_size`. Note that this…
|
Completed in 15 milliseconds