STACK_BLOCK_SIZE 28 Zend/zend_stack.c stack->elements = (void **) emalloc(sizeof(void **) * STACK_BLOCK_SIZE); STACK_BLOCK_SIZE 32 Zend/zend_stack.c stack->max = STACK_BLOCK_SIZE; STACK_BLOCK_SIZE 41 Zend/zend_stack.c (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); STACK_BLOCK_SIZE 148 ext/wddx/wddx.c stack->elements = (void **) safe_emalloc(sizeof(void **), STACK_BLOCK_SIZE, 0); STACK_BLOCK_SIZE 149 ext/wddx/wddx.c stack->max = STACK_BLOCK_SIZE; STACK_BLOCK_SIZE 163 ext/wddx/wddx.c (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); STACK_BLOCK_SIZE 123 sapi/apache_hooks/mod_php5.c stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE, persistent); STACK_BLOCK_SIZE 127 sapi/apache_hooks/mod_php5.c stack->max = STACK_BLOCK_SIZE; STACK_BLOCK_SIZE 135 sapi/apache_hooks/mod_php5.c (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)), stack->persistent);