Searched refs:getLOCSize (Results 1 – 3 of 3) sorted by relevance
272 size_t getLOCSize() const;355 size_t getLOCSize() const;
767 size_t LargeObjectCacheImpl<Props>::getLOCSize() const in getLOCSize() function in rml::internal::LargeObjectCacheImpl775 size_t LargeObjectCache::getLOCSize() const in getLOCSize() function in rml::internal::LargeObjectCache777 return largeCache.getLOCSize() + hugeCache.getLOCSize(); in getLOCSize()
523 REQUIRE(loc->getLOCSize() < 3*(minLargeObjectSize+LargeCacheStep)); in TestPools()529 REQUIRE((!loc->getLOCSize() && currUser >= 3*(minLargeObjectSize+LargeCacheStep))); in TestPools()535 REQUIRE((!loc->getLOCSize() && !loc->getUsedSize())); in TestPools()