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

References

projects/compiler-rt/lib/scudo/standalone/local_cache.h
   72     if (C->Count == 0) {
   81     void *P = C->Chunks[--C->Count];
   96     if (C->Count == C->MaxCount)
  100     C->Chunks[C->Count++] = P;
  108       while (C->Count > 0)
  160     C->Count = B->getCount();
  167     const u32 Count = Min(C->MaxCount / 2, C->Count);
  168     const uptr FirstIndexToDrain = C->Count - Count;
  174     C->Count -= Count;