Home
last modified time | relevance | path

Searched refs:cachedSz (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h125 size_t cachedSz; variable
127 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()