Searched refs:overall_capacity_ (Results 1 – 2 of 2) sorted by relevance
49 overall_capacity_ = 0; in Reset()109 overall_capacity_ += cap_at_lowest_active_level; in AddLevel()117 while (num_items_in_compactors_ >= overall_capacity_) { in CompactStack()122 if (num_items_in_compactors_ < overall_capacity_) { in CompactStack()
113 int overall_capacity_; variable