reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 InitCache(c); 55 if (UNLIKELY(c->count == c->max_count)) 55 if (UNLIKELY(c->count == c->max_count)) 56 Drain(c, allocator, class_id, c->max_count / 2); 56 Drain(c, allocator, class_id, c->max_count / 2); 60 c->chunks[c->count++] = chunk; 60 c->chunks[c->count++] = chunk; 61 stats_.Sub(AllocatorStatAllocated, c->class_size);