STACK_BLOCK_SIZE 40 Zend/zend_stack.c stack->max += STACK_BLOCK_SIZE; STACK_BLOCK_SIZE 176 ext/wddx/wddx.c stack->elements = (void **) safe_emalloc(sizeof(void **), STACK_BLOCK_SIZE, 0); STACK_BLOCK_SIZE 177 ext/wddx/wddx.c stack->max = STACK_BLOCK_SIZE; STACK_BLOCK_SIZE 191 ext/wddx/wddx.c (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)));