Searched refs:numOfBlocks (Results 1 – 1 of 1) sorted by relevance
570 int numOfBlocks; member in rml::internal::LocalLOCImpl576 LocalLOCImpl() : tail(nullptr), head(nullptr), totalSize(0), numOfBlocks(0) {} in LocalLOCImpl()2211 numOfBlocks = 0; in put()2216 numOfBlocks++; in put()2218 if (totalSize > MAX_TOTAL_SIZE || numOfBlocks >= HIGH_MARK) { in put()2220 while (totalSize > MAX_TOTAL_SIZE || numOfBlocks > LOW_MARK) { in put()2222 numOfBlocks--; in put()2262 numOfBlocks--; in get()