Searched defs:bin (Results 1 – 7 of 7) sorted by relevance
329 int bin = (size - minBinnedSize)/freeBinsStep; in sizeToBin() local384 static size_t binToSize(int bin) { in binToSize()
59 static inline int STAT_increment(int thread, int bin, int ctr) in STAT_increment()
74 typename LargeObjectCacheImpl<Props>::CacheBin *const bin; member in rml::internal::CacheBinFunctor92 typename LargeObjectCacheImpl<Props>::CacheBin *const bin; member in rml::internal::CacheBinFunctor::OperationPreprocessor125 OperationPreprocessor(typename LargeObjectCacheImpl<Props>::CacheBin *bin) : in OperationPreprocessor()135 CacheBinFunctor(typename LargeObjectCacheImpl<Props>::CacheBin *bin, ExtMemoryPool *extMemPool, in CacheBinFunctor()
247 CacheBin bin[numBins]; variable
173 int STAT_increment(ThreadId tid, int bin, int ctr) in STAT_increment()589 Bin bin[numBlockBinLimit]; member in rml::internal::TLSData1353 void Block::adjustPositionInBin(Bin* bin/*=nullptr*/) in adjustPositionInBin()1493 Bin* bin = tls->bin + index; in privatizeOrphaned() local2552 Bin* bin; in internalPoolMalloc() local
1157 int bin = sizeToBin(currSz); in coalescAndPutList() local
38 typedef std::vector<value_type> bin; // we use a simple vector to represent a bin typedef