Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h126 if (useMemoryTagging<Config>(Options) && CommitSize > MaxUnusedCacheBytes) { in mapSecondary()
134 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
208 if (useMemoryTagging<Config>(Options)) { in store()
227 if (useMemoryTagging<Config>(Options) && QuarantinePos == -1U) { in store()
234 if (CacheConfig::QuarantineSize && useMemoryTagging<Config>(Options)) { in store()
336 if (useMemoryTagging<Config>(Options)) in retrieve()
339 if (useMemoryTagging<Config>(Options)) { in retrieve()
655 if (useMemoryTagging<Config>(Options)) in allocate()
H A Doptions.h41 template <typename Config> bool useMemoryTagging(const Options &Options) { in useMemoryTagging() function
H A Dcombined.h101 if (UNLIKELY(useMemoryTagging<Config>(Allocator.Primary.Options.load()))) in allocate()
413 if (UNLIKELY(useMemoryTagging<Config>(Options))) {
495 if (UNLIKELY(useMemoryTagging<Config>(Options))) {
655 if (UNLIKELY(useMemoryTagging<Config>(Options))) {
780 if (useMemoryTagging<Config>(Primary.Options.load())) in iterateOverChunks()
879 return useMemoryTagging<Config>(Primary.Options.load()); in useMemoryTaggingTestOnly()
1119 Header->OriginOrWasZeroed = useMemoryTagging<Config>(Options) && in quarantineOrDeallocateChunk()
1124 if (UNLIKELY(useMemoryTagging<Config>(Options))) { in quarantineOrDeallocateChunk()
1160 if (UNLIKELY(useMemoryTagging<Config>(Options))) in quarantineOrDeallocateChunk()
H A Dprimary64.h1003 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG in populateFreeListAndPopBatch()