Searched refs:STACK_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define STACK_BLOCK_SIZE 16 macro
40 stack->max += STACK_BLOCK_SIZE; in zend_stack_push()
176 stack->elements = (void **) safe_emalloc(sizeof(void **), STACK_BLOCK_SIZE, 0); in wddx_stack_init()177 stack->max = STACK_BLOCK_SIZE; in wddx_stack_init()191 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in wddx_stack_push()
Completed in 11 milliseconds