Searched refs:DequeueBatch (Results 1 – 2 of 2) sorted by relevance
38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache()82 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()97 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()
172 tmp.EnqueueBatch(cache_.DequeueBatch()); in Recycle()180 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()241 QuarantineBatch *DequeueBatch() { in DequeueBatch() function