Home
last modified time | relevance | path

Searched refs:STACK_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_stack.h31 #define STACK_BLOCK_SIZE 64 macro
H A Dzend_stack.c37 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in zend_stack_push()
/PHP-5.5/ext/wddx/
H A Dwddx.c178 stack->elements = (void **) safe_emalloc(sizeof(void **), STACK_BLOCK_SIZE, 0); in wddx_stack_init()
179 stack->max = STACK_BLOCK_SIZE; in wddx_stack_init()
193 (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE))); in wddx_stack_push()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c119 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()

Completed in 15 milliseconds