Searched refs:allocs (Results 1 – 1 of 1) sorted by relevance
698 std::set<uintptr_t> allocs; in TEST_F() local701 auto it = allocs.insert(alloc).first; in TEST_F()702 if (it != allocs.begin() && *std::prev(it) + 128 > alloc) { in TEST_F()705 if (std::next(it) != allocs.end() && alloc + 128 > *std::next(it)) { in TEST_F()