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()149 if (useMemoryTagging<Config>(Options)) { in store()168 if (useMemoryTagging<Config>(Options) && QuarantinePos == -1U) { in store()176 useMemoryTagging<Config>(Options)) { in store()251 if (useMemoryTagging<Config>(Options)) in retrieve()254 if (useMemoryTagging<Config>(Options)) { in retrieve()565 if (useMemoryTagging<Config>(Options)) in allocate()
100 if (UNLIKELY(useMemoryTagging<Params>(Allocator.Primary.Options.load()))) in allocate()389 if (UNLIKELY(useMemoryTagging<Params>(Options))) {471 if (UNLIKELY(useMemoryTagging<Params>(Options))) {638 if (UNLIKELY(useMemoryTagging<Params>(Options))) {758 if (useMemoryTagging<Params>(Primary.Options.load())) in iterateOverChunks()850 return useMemoryTagging<Params>(Primary.Options.load()); in useMemoryTaggingTestOnly()1082 NewHeader.OriginOrWasZeroed = useMemoryTagging<Params>(Options) && in quarantineOrDeallocateChunk()1087 if (UNLIKELY(useMemoryTagging<Params>(Options))) { in quarantineOrDeallocateChunk()1115 if (UNLIKELY(useMemoryTagging<Params>(Options))) in quarantineOrDeallocateChunk()
41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() function
363 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG : 0), in populateFreeList()