Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1194 uptr RoundOldPtr = roundUpTo(OldPtr, archMemoryTagGranuleSize()); in resizeTaggedChunk() local
1196 if (RoundOldPtr >= NewPtr) { in resizeTaggedChunk()
1204 RoundNewPtr = storeTags(RoundOldPtr, NewPtr); in resizeTaggedChunk()