reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
156 if (UNLIKELY(c->count == 0)) { 157 if (UNLIKELY(!Refill(c, allocator, class_id))) 161 void *res = c->batch[--c->count]; 161 void *res = c->batch[--c->count]; 162 PREFETCH(c->batch[c->count - 1]); 162 PREFETCH(c->batch[c->count - 1]); 163 stats_.Add(AllocatorStatAllocated, c->class_size);