Searched refs:CountLimit (Results 1 – 1 of 1) sorted by relevance
1586 unsigned CountLimit = VAGroupCountLimit; in run() local1587 if (CountLimit == 0) in run()1590 if (LoadGroups.size() > CountLimit) { in run()1591 LoadGroups.resize(CountLimit); in run()1594 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()