reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
173 InitCache(c); 174 if (UNLIKELY(c->count == c->max_count)) 174 if (UNLIKELY(c->count == c->max_count)) 175 Drain(c, allocator, class_id); 176 c->batch[c->count++] = p; 176 c->batch[c->count++] = p; 177 stats_.Sub(AllocatorStatAllocated, c->class_size);