Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h101 if (useMemoryTagging<Config>(Options) && CommitSize > MaxUnusedCacheBytes) { in mapSecondary()
110 MAP_RESIZABLE | (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | in mapSecondary()
162 if (useMemoryTagging<Config>(Options)) { in store()
181 if (useMemoryTagging<Config>(Options) && QuarantinePos == -1U) { in store()
189 useMemoryTagging<Config>(Options)) { in store()
264 if (useMemoryTagging<Config>(Options)) in retrieve()
267 if (useMemoryTagging<Config>(Options)) { in retrieve()
579 if (useMemoryTagging<Config>(Options)) in allocate()
H A Dcombined.h100 if (UNLIKELY(useMemoryTagging<Params>(Allocator.Primary.Options.load()))) in allocate()
399 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
481 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
648 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
768 if (useMemoryTagging<Params>(Primary.Options.load())) in iterateOverChunks()
860 return useMemoryTagging<Params>(Primary.Options.load()); in useMemoryTaggingTestOnly()
1092 NewHeader.OriginOrWasZeroed = useMemoryTagging<Params>(Options) && in quarantineOrDeallocateChunk()
1097 if (UNLIKELY(useMemoryTagging<Params>(Options))) { in quarantineOrDeallocateChunk()
1125 if (UNLIKELY(useMemoryTagging<Params>(Options))) in quarantineOrDeallocateChunk()
H A Doptions.h41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() function
H A Dprimary64.h365 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG : 0), in populateFreeList()