Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxSize

171             size_t maxSize = numeric_limits<size_t>::max() / sizeof(RowStruct);
172 if (static_cast<size_t>(numRows) > maxSize)