Searched refs:QuarantineBatch (Results 1 – 1 of 1) sorted by relevance
28 struct QuarantineBatch { struct30 QuarantineBatch *next; argument36 COMPILER_CHECK(sizeof(QuarantineBatch) <= (1 << 13)); // 8Kb. argument93 QuarantineBatch *b = cache_.DequeueBatch(); in Recycle()102 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()134 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { in Enqueue()136 size += sizeof(QuarantineBatch); // Count the batch in Quarantine size. in Enqueue()138 QuarantineBatch *b = list_.back(); in Enqueue()151 void EnqueueBatch(QuarantineBatch *b) { in EnqueueBatch()156 QuarantineBatch *DequeueBatch() { in DequeueBatch()[all …]