Lines Matching defs:CacheT
60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT;
218 u16 popBlocks(CacheT *C, uptr ClassId, CompactPtrT *ToArray,
273 void pushBlocks(CacheT *C, uptr ClassId, CompactPtrT *Array, u32 Size) {
686 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId));
757 void pushBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region,
867 u16 popBlocksWithCV(CacheT *C, uptr ClassId, RegionInfo *Region,
942 u16 popBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region,
968 // `CacheT::getMaxCached()` may also impact the time spent on accessing the
972 // `CacheT::getMaxCached()`.
1013 NOINLINE u16 populateFreeListAndPopBlocks(CacheT *C, uptr ClassId,
1036 const u16 MaxCount = CacheT::getMaxCached(Size);