Searched refs:useMemoryTagging (Results 1 – 4 of 4) sorted by relevance
126 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()
41 template <typename Config> bool useMemoryTagging(const Options &Options) { in useMemoryTagging() function
101 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()
1003 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG in populateFreeListAndPopBatch()