Searched refs:FreeArray (Results 1 – 1 of 1) sorted by relevance
192 std::vector<scudo::uptr> FreeArray; in testReleaseFreeMemoryToOS() local201 FreeArray.push_back(I * BlockSize); in testReleaseFreeMemoryToOS()203 if (FreeArray.empty()) in testReleaseFreeMemoryToOS()206 std::shuffle(FreeArray.begin(), FreeArray.end(), R); in testReleaseFreeMemoryToOS()212 for (auto const &Block : FreeArray) { in testReleaseFreeMemoryToOS()241 std::set<scudo::uptr> FreeBlocks(FreeArray.begin(), FreeArray.end()); in testReleaseFreeMemoryToOS()