Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 Doptions.h41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() function
H A Dcombined.h101 if (UNLIKELY(useMemoryTagging<Params>(Allocator.Primary.Options.load()))) in allocate()
420 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
502 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
669 if (UNLIKELY(useMemoryTagging<Params>(Options))) {
789 if (useMemoryTagging<Params>(Primary.Options.load())) in iterateOverChunks()
888 return useMemoryTagging<Params>(Primary.Options.load()); in useMemoryTaggingTestOnly()
1142 NewHeader.OriginOrWasZeroed = useMemoryTagging<Params>(Options) && in quarantineOrDeallocateChunk()
1147 if (UNLIKELY(useMemoryTagging<Params>(Options))) { in quarantineOrDeallocateChunk()
1175 if (UNLIKELY(useMemoryTagging<Params>(Options))) in quarantineOrDeallocateChunk()
H A Dprimary64.h594 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG : 0), in populateFreeList()