Searched refs:allocDefaultAtts (Results 1 – 1 of 1) sorted by relevance
414 size_t allocDefaultAtts; member7303 if (type->nDefaultAtts == type->allocDefaultAtts) {7305 if (type->allocDefaultAtts > SIZE_MAX / 2) {7309 size_t count = type->allocDefaultAtts * 2;7323 type->allocDefaultAtts = count;7820 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts;