Searched refs:dequeueBatch (Results 1 – 2 of 2) sorted by relevance
32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache()78 EXPECT_EQ(ToDeallocate.dequeueBatch(), nullptr); in TEST()95 EXPECT_EQ(ToDeallocate.dequeueBatch(), nullptr); in TEST()
99 QuarantineBatch *dequeueBatch() { in dequeueBatch() function282 Tmp.enqueueBatch(Cache.dequeueBatch()); in recycle()289 while (QuarantineBatch *B = C->dequeueBatch()) { in doRecycle()