Lines Matching refs:CacheBin

74     typename LargeObjectCacheImpl<Props>::CacheBin *const bin;
92 typename LargeObjectCacheImpl<Props>::CacheBin *const bin;
125 OperationPreprocessor(typename LargeObjectCacheImpl<Props>::CacheBin *bin) : in OperationPreprocessor()
135 CacheBinFunctor(typename LargeObjectCacheImpl<Props>::CacheBin *bin, ExtMemoryPool *extMemPool, in CacheBinFunctor()
447CacheBin::ExecuteOperation(CacheBinOperation *op, ExtMemoryPool *extMemPool, BinBitMask *bitMask, … in ExecuteOperation()
462 CacheBin::get(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in get()
472CacheBin::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *head, BinBitMask *bitMask, int idx) in putList()
482CacheBin::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()
539CacheBin::putList(LargeMemoryBlock *head, LargeMemoryBlock *tail, BinBitMask *bitMask, int idx, in… in putList()
584 CacheBin::get() in get()
601 CacheBin::forgetOutdatedState(uintptr_t currTime) in forgetOutdatedState()
626 CacheBin::cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx) in cleanToThreshold()
668 CacheBin::cleanAll(BinBitMask *bitMask, int idx) in cleanAll()
687 CacheBin::reportStat(int num, FILE *f) in reportStat()