Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1184 uptr TaggedUserPtr; in initChunkWithMemoryTagging() local
1188 (TaggedUserPtr = loadTag(UserPtr)) != UserPtr) { in initChunkWithMemoryTagging()
1189 uptr PrevEnd = TaggedUserPtr + Header.SizeOrUnusedBytes; in initChunkWithMemoryTagging()
1190 const uptr NextPage = roundUp(TaggedUserPtr, getPageSizeCached()); in initChunkWithMemoryTagging()
1193 TaggedPtr = reinterpret_cast<void *>(TaggedUserPtr); in initChunkWithMemoryTagging()
1194 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, Size, BlockEnd); in initChunkWithMemoryTagging()
1203 Min(Size, roundUp(PrevEnd - TaggedUserPtr, in initChunkWithMemoryTagging()