Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dmemtag.h148 inline uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() function
275 inline NORETURN uptr selectRandomTag(uptr Ptr, uptr ExcludeMask) { in selectRandomTag() function
309 *TaggedBegin = selectRandomTag(reinterpret_cast<uptr>(Ptr), ExcludeMask); in setRandomTag()
/external/scudo/standalone/tests/
Dmemtag_test.cpp30 EXPECT_DEATH(selectRandomTag((uptr)0, 0), "not supported"); in TEST()
118 Tags = Tags | (1u << extractTag(selectRandomTag(Ptr, 0))); in TEST_F()
126 EXPECT_NE(j, extractTag(selectRandomTag(Addr, 1ull << j))); in TEST_F()