Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackend.h329 int bin = (size - minBinnedSize)/freeBinsStep; in sizeToBin() local
384 static size_t binToSize(int bin) { in binToSize()
H A DStatistics.h59 static inline int STAT_increment(int thread, int bin, int ctr) in STAT_increment()
H A Dlarge_objects.cpp74 typename LargeObjectCacheImpl<Props>::CacheBin *const bin; member in rml::internal::CacheBinFunctor
92 typename LargeObjectCacheImpl<Props>::CacheBin *const bin; member in rml::internal::CacheBinFunctor::OperationPreprocessor
125 OperationPreprocessor(typename LargeObjectCacheImpl<Props>::CacheBin *bin) : in OperationPreprocessor()
135 CacheBinFunctor(typename LargeObjectCacheImpl<Props>::CacheBin *bin, ExtMemoryPool *extMemPool, in CacheBinFunctor()
H A Dlarge_objects.h247 CacheBin bin[numBins]; variable
H A Dfrontend.cpp173 int STAT_increment(ThreadId tid, int bin, int ctr) in STAT_increment()
589 Bin bin[numBlockBinLimit]; member in rml::internal::TLSData
1353 void Block::adjustPositionInBin(Bin* bin/*=nullptr*/) in adjustPositionInBin()
1493 Bin* bin = tls->bin + index; in privatizeOrphaned() local
2552 Bin* bin; in internalPoolMalloc() local
H A Dbackend.cpp1157 int bin = sizeToBin(currSz); in coalescAndPutList() local
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp38 typedef std::vector<value_type> bin; // we use a simple vector to represent a bin typedef