Lines Matching defs:BatchClassId
86 // Drain BatchClassId last as it may be needed while draining normal blocks.
88 if (I == BatchClassId)
93 while (PerClassArray[BatchClassId].Count > 0)
94 drain(&PerClassArray[BatchClassId], BatchClassId);
99 void *B = allocate(BatchClassId);
101 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId));
116 const uptr ClassSize = I == BatchClassId
137 static const uptr BatchClassId = SizeClassMap::BatchClassId;
154 if (I != BatchClassId) {
165 if (ClassId != BatchClassId)
166 deallocate(BatchClassId, B);