Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c3734 list->num_allocated = 4; in zend_ref_add_type_source()
3736 } else if (list->num_allocated == list->num) { in zend_ref_add_type_source()
3737 list->num_allocated = list->num * 2; in zend_ref_add_type_source()
3738 …list = erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(zend_pr… in zend_ref_add_type_source()
3776 if (list->num >= 4 && list->num * 4 == list->num_allocated) { in zend_ref_del_type_source()
3777 list->num_allocated = list->num * 2; in zend_ref_del_type_source()
3778 …RCE_FROM_LIST(erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(… in zend_ref_del_type_source()
H A Dzend_types.h574 size_t num_allocated; member

Completed in 25 milliseconds