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