Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp464 inline Block* getActiveBlock() const { return activeBlk; } in getActiveBlock() function in rml::internal::Bin
639 Block *block = bin[i].getActiveBlock(); in cleanupBlockBins()
1382 …if (tlsPtr.load(std::memory_order_relaxed)->getAllocationBin(objectSize)->getActiveBlock() != this) in freeOwnObject()
1782 Block *activeBlk = bin[index].getActiveBlock(); in release()
2576 for( mallocBlock = bin->getActiveBlock(); mallocBlock; in internalPoolMalloc()