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
   37     if (UNLIKELY(c->count == 0)) {
   38       if (UNLIKELY(!Refill(c, allocator, class_id)))
   42     CompactPtrT chunk = c->chunks[--c->count];
   42     CompactPtrT chunk = c->chunks[--c->count];
   43     stats_.Add(AllocatorStatAllocated, c->class_size);