Lines Matching refs: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) {
701 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId));
767 void pushBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region,
874 u16 popBlocksWithCV(CacheT *C, uptr ClassId, RegionInfo *Region,
949 u16 popBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region,
975 // `CacheT::getMaxCached()` may also impact the time spent on accessing the
979 // `CacheT::getMaxCached()`.
1020 NOINLINE u16 populateFreeListAndPopBlocks(CacheT *C, uptr ClassId,
1043 const u16 MaxCount = CacheT::getMaxCached(Size);