Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h167 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() function
287 inline NORETURN uptr storeTags(uptr Begin, uptr End) { in storeTags() function
310 *TaggedEnd = storeTags(*TaggedBegin, *TaggedBegin + Size); in setRandomTag()
H A Dsecondary.h366 storeTags(LargeBlock::addHeaderTag<Config>(Entry.CommitBase), in retrieve()
369 storeTags(Entry.BlockBegin, NewBlockBegin); in retrieve()
371 storeTags(untagPointer(NewBlockBegin), untagPointer(Entry.BlockBegin)); in retrieve()
682 storeTags(LargeBlock::addHeaderTag<Config>(CommitBase), in allocate()
H A Dcombined.h109 storeTags(reinterpret_cast<uptr>(Ptr), in allocate()
1210 storeTags(reinterpret_cast<uptr>(Block), reinterpret_cast<uptr>(Ptr)); in initChunkWithMemoryTagging()
1312 storeTags(reinterpret_cast<uptr>(BlockBegin), in retagBlock()
1383 RoundNewPtr = storeTags(RoundOldPtr, NewPtr); in resizeTaggedChunk()