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
  174     if (UNLIKELY(c->count == c->max_count))
  210     if (LIKELY(c->max_count))
  217       c->max_count = 2 * max_cached;
  249     const uptr count = Min(c->max_count / 2, c->count);