Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h133 if (useMemoryTagging<Config>(Options) && isAligned(TaggedSize, PageSize)) { in mapSecondary()
141 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
148 if (useMemoryTagging<Config>(Options) && CommitSize > MaxUnusedCacheBytes) { in mapSecondary()
156 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
233 if (useMemoryTagging<Config>(Options)) { in store()
252 if (useMemoryTagging<Config>(Options) && QuarantinePos == -1U) { in store()
259 if (Config::getQuarantineSize() && useMemoryTagging<Config>(Options)) { in store()
361 if (useMemoryTagging<Config>(Options)) in retrieve()
364 if (useMemoryTagging<Config>(Options)) { in retrieve()
681 if (useMemoryTagging<Config>(Options)) in allocate()
H A Doptions.h41 template <typename Config> bool useMemoryTagging(const Options &Options) { in useMemoryTagging() function
H A Dcombined.h107 if (UNLIKELY(useMemoryTagging<AllocatorConfig>( in allocate()
418 if (LIKELY(!useMemoryTagging<AllocatorConfig>(Options))) {
571 if (UNLIKELY(useMemoryTagging<AllocatorConfig>(Options))) {
699 if (useMemoryTagging<AllocatorConfig>(Primary.Options.load())) in iterateOverChunks()
798 return useMemoryTagging<AllocatorConfig>(Primary.Options.load()); in useMemoryTaggingTestOnly()
1112 DCHECK(useMemoryTagging<AllocatorConfig>(Options)); in initChunkWithMemoryTagging()
1253 if (LIKELY(!useMemoryTagging<AllocatorConfig>(Options))) { in quarantineOrDeallocateChunk()
1294 DCHECK(useMemoryTagging<AllocatorConfig>(Options)); in retagBlock()
H A Dprimary64.h1055 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG in populateFreeListAndPopBlocks()