Searched refs:FreeArray (Results 1 – 1 of 1) sorted by relevance
163 std::vector<scudo::uptr> FreeArray; in testReleaseFreeMemoryToOS() local172 FreeArray.push_back(I * BlockSize); in testReleaseFreeMemoryToOS()174 if (FreeArray.empty()) in testReleaseFreeMemoryToOS()177 std::shuffle(FreeArray.begin(), FreeArray.end(), R); in testReleaseFreeMemoryToOS()183 for (auto const &Block : FreeArray) { in testReleaseFreeMemoryToOS()205 std::set<scudo::uptr> FreeBlocks(FreeArray.begin(), FreeArray.end()); in testReleaseFreeMemoryToOS()