Home
last modified time | relevance | path

Searched refs:PTR_STACK_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_ptr_stack.c30 …stack->top_element = stack->elements = (void **) pemalloc(sizeof(void *)*PTR_STACK_BLOCK_SIZE, per… in zend_ptr_stack_init_ex()
31 stack->max = PTR_STACK_BLOCK_SIZE; in zend_ptr_stack_init_ex()
H A Dzend_ptr_stack.h33 #define PTR_STACK_BLOCK_SIZE 64 macro

Completed in 14 milliseconds