Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h105 int reportStat(FILE *f);
160 void reportStat(FILE *f);
181 void reportStat(FILE *f);
382 void reportStat(FILE *f);
H A Dlarge_objects.h203 size_t reportStat(int num, FILE *f);
270 void reportStat(FILE *f);
353 void reportStat(FILE *f);
H A Dlarge_objects.cpp687 CacheBin::reportStat(int num, FILE *f) in reportStat() function in rml::internal::LargeObjectCacheImpl::CacheBin
860 void LargeObjectCacheImpl<Props>::reportStat(FILE *f) in reportStat() function in rml::internal::LargeObjectCacheImpl
864 cachedSize += bin[i].reportStat(i, f); in reportStat()
868 void LargeObjectCache::reportStat(FILE *f) in reportStat() function in rml::internal::LargeObjectCache
870 largeCache.reportStat(f); in reportStat()
871 hugeCache.reportStat(f); in reportStat()
H A Dbackend.cpp1319 int MemRegionList::reportStat(FILE *f) in reportStat() function in rml::internal::MemRegionList
1486 void Backend::IndexedBins::reportStat(FILE *f) in reportStat() function in rml::internal::Backend::IndexedBins
1498 void Backend::reportStat(FILE *f) in reportStat() function in rml::internal::Backend
1503 int regNum = regionList.reportStat(f); in reportStat()
1506 freeLargeBlockBins.reportStat(f); in reportStat()
1508 freeSlabAlignedBins.reportStat(f); in reportStat()
H A Dfrontend.cpp1132 extMemPool.loc.reportStat(stdout); in destroy()
1135 extMemPool.backend.reportStat(stdout); in destroy()
2912 defaultMemPool->extMemPool.loc.reportStat(stdout); in __TBB_mallocProcessShutdownNotification()