Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache()
78 EXPECT_EQ(ToDeallocate.dequeueBatch(), nullptr); in TEST()
95 EXPECT_EQ(ToDeallocate.dequeueBatch(), nullptr); in TEST()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h99 QuarantineBatch *dequeueBatch() { in dequeueBatch() function
282 Tmp.enqueueBatch(Cache.dequeueBatch()); in recycle()
289 while (QuarantineBatch *B = C->dequeueBatch()) { in doRecycle()