Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h81 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in recycle()
173 if (allocatorSupportsMemoryTagging<AllocatorConfig>() && in init()
294 if (!allocatorSupportsMemoryTagging<AllocatorConfig>()) in getHeaderTaggedPointer()
306 if (!allocatorSupportsMemoryTagging<AllocatorConfig>()) in addHeaderTag()
683 allocatorSupportsMemoryTagging<AllocatorConfig>() && in iterateOverChunks()
705 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in iterateOverChunks()
819 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) { in disableMemoryTagging()
907 if (!allocatorSupportsMemoryTagging<AllocatorConfig>() || in getErrorInfo()
956 static_assert(!allocatorSupportsMemoryTagging<AllocatorConfig>() ||
1069 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in getSize()
[all …]
H A Doptions.h42 return allocatorSupportsMemoryTagging<Config>() && in useMemoryTagging()
H A Dmemtag.h333 inline constexpr bool allocatorSupportsMemoryTagging() { in allocatorSupportsMemoryTagging() function
H A Dsecondary.h53 if (allocatorSupportsMemoryTagging<Config>()) in addHeaderTag()
656 if (allocatorSupportsMemoryTagging<Config>()) in iterateOverBlocks()
735 if (allocatorSupportsMemoryTagging<Config>()) in tryAllocateFromCache()