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