Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp211 Batch *CurrentBatch = nullptr; in testReleaseFreeMemoryToOS() local
213 if (!CurrentBatch) { in testReleaseFreeMemoryToOS()
214 CurrentBatch = new Batch; in testReleaseFreeMemoryToOS()
215 CurrentBatch->clear(); in testReleaseFreeMemoryToOS()
216 FreeList.push_back(CurrentBatch); in testReleaseFreeMemoryToOS()
218 CurrentBatch->add(Block); in testReleaseFreeMemoryToOS()
219 if (CurrentBatch->getCount() == Batch::MaxCount) in testReleaseFreeMemoryToOS()
220 CurrentBatch = nullptr; in testReleaseFreeMemoryToOS()
302 CurrentBatch = FreeList.front(); in testReleaseFreeMemoryToOS()
304 delete CurrentBatch; in testReleaseFreeMemoryToOS()
[all …]