Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp524 std::set<uintptr_t> allocs; in TEST_F() local
527 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()