Home
last modified time | relevance | path

Searched defs:putList (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp472 … 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
918 void LargeObjectCache::putList(LargeMemoryBlock *list) in putList() function in rml::internal::LargeObjectCache
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1004 void putList( int num ) { in putList() function in CacheBinModel