Searched refs:cachedSz (Results 1 – 1 of 1) sorted by relevance
125 size_t cachedSz; variable127 BinsSummary() : usedSz(0), cachedSz(0) {} in BinsSummary()129 bool isLOCTooLarge() const { return cachedSz > Props::TooLargeFactor * usedSz; } in isLOCTooLarge()132 cachedSz += cachedSize; in update()134 void reset() { usedSz = cachedSz = 0; } in reset()