Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp163 std::vector<scudo::uptr> FreeArray; in testReleaseFreeMemoryToOS() local
172 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()