Searched refs:ZEND_ATTRIBUTE_SIZE (Results 1 – 4 of 4) sorted by relevance
37 #define ZEND_ATTRIBUTE_SIZE(argc) \ macro
298 zend_attribute *attr = pemalloc(ZEND_ATTRIBUTE_SIZE(argc), persistent); in zend_add_attribute()
169 ADD_SIZE(ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes_calc()
292 zend_attribute *copy = zend_shared_memdup_put_free(attr, ZEND_ATTRIBUTE_SIZE(attr->argc)); in zend_persist_attributes()
Completed in 14 milliseconds