Searched refs:CurrentBatch (Results 1 – 1 of 1) sorted by relevance
211 Batch *CurrentBatch = nullptr; in testReleaseFreeMemoryToOS() local213 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 …]