Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h272 size_t getLOCSize() const;
355 size_t getLOCSize() const;
H A Dlarge_objects.cpp767 size_t LargeObjectCacheImpl<Props>::getLOCSize() const in getLOCSize() function in rml::internal::LargeObjectCacheImpl
775 size_t LargeObjectCache::getLOCSize() const in getLOCSize() function in rml::internal::LargeObjectCache
777 return largeCache.getLOCSize() + hugeCache.getLOCSize(); in getLOCSize()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp523 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()