reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 if (UNLIKELY(c->count == 0)) { 38 if (UNLIKELY(!Refill(c, allocator, class_id))) 42 CompactPtrT chunk = c->chunks[--c->count]; 42 CompactPtrT chunk = c->chunks[--c->count]; 43 stats_.Add(AllocatorStatAllocated, c->class_size);