Searched refs:STACK_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
31 #define STACK_BLOCK_SIZE 64 macro
37 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in zend_stack_push()
119 stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE, persistent); in sapi_stack_init_ex()123 stack->max = STACK_BLOCK_SIZE; in sapi_stack_init_ex()131 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)), stack->persistent); in sapi_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 15 milliseconds