Home
last modified time | relevance | path

Searched refs:QuarantineBatch (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h28 struct QuarantineBatch { struct
30 QuarantineBatch *next; argument
87 QuarantineBatch *b = cache_.DequeueBatch(); in Recycle()
96 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()
126 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) in Enqueue()
128 QuarantineBatch *b = list_.back(); in Enqueue()
140 void EnqueueBatch(QuarantineBatch *b) { in EnqueueBatch()
145 QuarantineBatch *DequeueBatch() { in DequeueBatch()
148 QuarantineBatch *b = list_.front(); in DequeueBatch()
157 IntrusiveList<QuarantineBatch> list_;
[all …]