Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h158 size_t countFreeBlocks();
H A Dbackend.cpp1461 size_t Backend::Bin::countFreeBlocks() in countFreeBlocks() function in rml::internal::Backend::Bin
1491 if (size_t cnt = freeBins[i].countFreeBlocks()) { in reportStat()