Searched refs:setRandomTag (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h96 inline void setRandomTag(void *Ptr, uptr Size, uptr ExcludeMask, function in namespace:scudo
141 setRandomTag(Ptr, Size, 0, &TaggedBegin, &TaggedEnd);
228 inline void setRandomTag(void *Ptr, uptr Size, uptr ExcludeMask, function in namespace:scudo
H A Dcombined.h992 setRandomTag(Ptr, Size, 1UL << PrevTag, &TaggedBegin, &TaggedEnd);

Completed in 146 milliseconds