Home
last modified time | relevance | path

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

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