Searched refs:num_allocated (Results 1 – 2 of 2) sorted by relevance
3957 list->num_allocated = 4; in zend_ref_add_type_source()3959 } else if (list->num_allocated == list->num) { in zend_ref_add_type_source()3960 list->num_allocated = list->num * 2; in zend_ref_add_type_source()3961 …list = erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(zend_pr… in zend_ref_add_type_source()3999 if (list->num >= 4 && list->num * 4 == list->num_allocated) { in zend_ref_del_type_source()4000 list->num_allocated = list->num * 2; in zend_ref_del_type_source()4001 …RCE_FROM_LIST(erealloc(list, sizeof(zend_property_info_list) + (list->num_allocated - 1) * sizeof(… in zend_ref_del_type_source()
575 size_t num_allocated; member
Completed in 41 milliseconds