reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 if (UNLIKELY(c->count == c->max_count)) 56 Drain(c, allocator, class_id, c->max_count / 2); 87 if (LIKELY(c->max_count)) 92 c->max_count = 2 * SizeClassMap::MaxCachedHint(size); 101 const uptr num_requested_chunks = c->max_count / 2;