Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A 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()