Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1373 uptr RoundOldPtr = roundUp(OldPtr, archMemoryTagGranuleSize()); in resizeTaggedChunk() local
1375 if (RoundOldPtr >= NewPtr) { in resizeTaggedChunk()
1383 RoundNewPtr = storeTags(RoundOldPtr, NewPtr); in resizeTaggedChunk()