Searched refs:PrevTag (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 1296 const u8 PrevTag = extractTag(reinterpret_cast<uptr>(TaggedPtr)); in retagBlock() local 1297 storeDeallocationStackMaybe(Options, Ptr, PrevTag, Size); in retagBlock() 1305 setRandomTag(Ptr, Size, OddEvenMask | (1UL << PrevTag), &TaggedBegin, in retagBlock() 1442 u8 PrevTag, uptr Size) { in storeDeallocationStackMaybe() argument 1455 storeRingBufferEntry(RB, addFixedTag(untagPointer(Ptr), PrevTag), in storeDeallocationStackMaybe()
|