Searched defs:bitMask (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.cpp | 76 typename LargeObjectCacheImpl<Props>::BinBitMask *const bitMask; member in rml::internal::CacheBinFunctor 136 typename LargeObjectCacheImpl<Props>::BinBitMask *bitMask, int idx) : in CacheBinFunctor() 447 …ExecuteOperation(CacheBinOperation *op, ExtMemoryPool *extMemPool, BinBitMask *bitMask, int idx, b… in ExecuteOperation() 462 CacheBin::get(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in get() 472 … CacheBin::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *head, BinBitMask *bitMask, int idx) in putList() 482 …CacheBin::cleanToThreshold(ExtMemoryPool *extMemPool, BinBitMask *bitMask, uintptr_t currTime, int… in cleanToThreshold() 506 CacheBin::releaseAllToBackend(ExtMemoryPool *extMemPool, BinBitMask *bitMask, int idx) in releaseAllToBackend() 529 CacheBin::updateUsedSize(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in updateUsedSize() 539 …CacheBin::putList(LargeMemoryBlock *head, LargeMemoryBlock *tail, BinBitMask *bitMask, int idx, in… in putList() 626 CacheBin::cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx) in cleanToThreshold() [all …]
|
| H A D | large_objects.h | 212 void updateUsedSize(size_t size, BinBitMask *bitMask, int idx) { in updateUsedSize() 245 BinBitMask bitMask; variable
|
| H A D | backend.h | 167 BitMaskBins bitMask; variable
|