Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h573 resizeTaggedChunk(reinterpret_cast<uptr>(OldTaggedPtr) + OldSize,
1183 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, Size, BlockEnd); in initChunkWithMemoryTagging()
1371 void resizeTaggedChunk(uptr OldPtr, uptr NewPtr, uptr NewSize, in resizeTaggedChunk() function