Lines Matching refs:putList
420 …toRelease = bin->putList(prep.head, prep.tail, bitMask, idx, prep.putListNum, extMemPool->loc.huge… in operator ()()
472 … CacheBin::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *head, BinBitMask *bitMask, int idx) in putList() function in rml::internal::LargeObjectCacheImpl::CacheBin
539 …CacheBin::putList(LargeMemoryBlock *head, LargeMemoryBlock *tail, BinBitMask *bitMask, int idx, in… in putList() function in rml::internal::LargeObjectCacheImpl::CacheBin
877 void LargeObjectCacheImpl<Props>::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *toCache) in putList() function in rml::internal::LargeObjectCacheImpl
882 bin[toBinIdx].putList(extMemPool, toCache, &bitMask, toBinIdx); in putList()
918 void LargeObjectCache::putList(LargeMemoryBlock *list) in putList() function in rml::internal::LargeObjectCache
950 largeCache.putList(extMemPool, curr); in putList()
952 hugeCache.putList(extMemPool, curr); in putList()
962 largeCache.putList(extMemPool, largeBlock); in put()
964 hugeCache.putList(extMemPool, largeBlock); in put()
1018 loc.putList(head); in freeLargeObjectList()