Lines Matching refs:CacheT
55 typedef SizeClassAllocatorLocalCache<ThisT> CacheT;
194 u16 popBlocks(CacheT *C, uptr ClassId, CompactPtrT *ToArray,
212 void pushBlocks(CacheT *C, uptr ClassId, CompactPtrT *Array, u32 Size) {
533 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId));
600 void pushBlocksImpl(CacheT *C, uptr ClassId, SizeClassInfo *Sci,
707 u16 popBlocksImpl(CacheT *C, uptr ClassId, SizeClassInfo *Sci,
733 // `CacheT::getMaxCached()` may also impact the time spent on accessing the
737 // `CacheT::getMaxCached()`.
777 NOINLINE bool populateFreeList(CacheT *C, uptr ClassId, SizeClassInfo *Sci)
800 const u16 MaxCount = CacheT::getMaxCached(Size);