Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp182 Batch *CurrentBatch = nullptr; in testReleaseFreeMemoryToOS() local
184 if (!CurrentBatch) { in testReleaseFreeMemoryToOS()
185 CurrentBatch = new Batch; in testReleaseFreeMemoryToOS()
186 CurrentBatch->clear(); in testReleaseFreeMemoryToOS()
187 FreeList.push_back(CurrentBatch); in testReleaseFreeMemoryToOS()
189 CurrentBatch->add(Block); in testReleaseFreeMemoryToOS()
190 if (CurrentBatch->getCount() == Batch::MaxCount) in testReleaseFreeMemoryToOS()
191 CurrentBatch = nullptr; in testReleaseFreeMemoryToOS()
262 CurrentBatch = FreeList.front(); in testReleaseFreeMemoryToOS()
264 delete CurrentBatch; in testReleaseFreeMemoryToOS()