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
  173     InitCache(c);
  174     if (UNLIKELY(c->count == c->max_count))
  174     if (UNLIKELY(c->count == c->max_count))
  175       Drain(c, allocator, class_id);
  176     c->batch[c->count++] = p;
  176     c->batch[c->count++] = p;
  177     stats_.Sub(AllocatorStatAllocated, c->class_size);