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
  156     if (UNLIKELY(c->count == 0)) {
  157       if (UNLIKELY(!Refill(c, allocator, class_id)))
  161     void *res = c->batch[--c->count];
  161     void *res = c->batch[--c->count];
  162     PREFETCH(c->batch[c->count - 1]);
  162     PREFETCH(c->batch[c->count - 1]);
  163     stats_.Add(AllocatorStatAllocated, c->class_size);