Searched refs:storeTags (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | memtag.h | 172 inline uptr storeTags(uptr Begin, uptr End) { in storeTags() function 292 inline NORETURN uptr storeTags(uptr Begin, uptr End) { in storeTags() function 315 *TaggedEnd = storeTags(*TaggedBegin, *TaggedBegin + Size); in setRandomTag()
|
| H A D | secondary.h | 718 storeTags(LargeBlock::addHeaderTag<Config>(Entry.CommitBase), in tryAllocateFromCache() 721 storeTags(Entry.BlockBegin, NewBlockBegin); in tryAllocateFromCache() 723 storeTags(untagPointer(NewBlockBegin), untagPointer(Entry.BlockBegin)); in tryAllocateFromCache() 845 storeTags(LargeBlock::addHeaderTag<Config>(CommitBase), in allocate()
|
| H A D | combined.h | 110 storeTags(reinterpret_cast<uptr>(Ptr), in allocate() 1221 storeTags(reinterpret_cast<uptr>(Block), reinterpret_cast<uptr>(Ptr)); in initChunkWithMemoryTagging() 1331 storeTags(reinterpret_cast<uptr>(BlockBegin), in retagBlock() 1402 RoundNewPtr = storeTags(RoundOldPtr, NewPtr); in resizeTaggedChunk()
|