reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
   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;