Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.c3735 list->num_allocated = 4; in zend_ref_add_type_source()
3737 } else if (list->num_allocated == list->num) { in zend_ref_add_type_source()
3738 list->num_allocated = list->num * 2; in zend_ref_add_type_source()
3739 …list = erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(zend_pr… in zend_ref_add_type_source()
3777 if (list->num >= 4 && list->num * 4 == list->num_allocated) { in zend_ref_del_type_source()
3778 list->num_allocated = list->num * 2; in zend_ref_del_type_source()
3779 …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 46 milliseconds