Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp598 Bin* getAllocationBin(size_t size);
1001 inline Bin* TLSData::getAllocationBin(size_t size) in getAllocationBin() function in rml::internal::TLSData
1359 bin = tlsPtr.load(std::memory_order_relaxed)->getAllocationBin(objectSize); in adjustPositionInBin()
1382 …if (tlsPtr.load(std::memory_order_relaxed)->getAllocationBin(objectSize)->getActiveBlock() != this) in freeOwnObject()
1390 …tlsPtr.load(std::memory_order_relaxed)->getAllocationBin(objectSize)->processEmptyBlock(this, /*po… in freeOwnObject()
2572 bin = tls->getAllocationBin(size); in internalPoolMalloc()