Searched refs:useMemoryTagging (Results 1 – 4 of 4) sorted by relevance
101 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()
100 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()
41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() function
365 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG : 0), in populateFreeList()