Searched refs:putList (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.cpp | 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() [all …]
|
| H A D | large_objects.h | 184 … void putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *head, BinBitMask *bitMask, int idx); 207 … LargeMemoryBlock *putList(LargeMemoryBlock *head, LargeMemoryBlock *tail, BinBitMask *bitMask, 259 void putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *largeBlock); 340 void putList(LargeMemoryBlock *head);
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 1004 void putList( int num ) { in putList() function in CacheBinModel 1067 cacheBinModel.putList(num); in LOCModelTester()
|