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.h80 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in recycle()
168 if (allocatorSupportsMemoryTagging<AllocatorConfig>() && in init()
286 if (!allocatorSupportsMemoryTagging<AllocatorConfig>()) in getHeaderTaggedPointer()
298 if (!allocatorSupportsMemoryTagging<AllocatorConfig>()) in addHeaderTag()
675 allocatorSupportsMemoryTagging<AllocatorConfig>() && in iterateOverChunks()
697 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in iterateOverChunks()
808 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) { in disableMemoryTagging()
896 if (!allocatorSupportsMemoryTagging<AllocatorConfig>() || in getErrorInfo()
945 static_assert(!allocatorSupportsMemoryTagging<AllocatorConfig>() ||
1058 if (allocatorSupportsMemoryTagging<AllocatorConfig>()) in getSize()
[all …]
H A Doptions.h42 return allocatorSupportsMemoryTagging<Config>() && in useMemoryTagging()
H A Dmemtag.h328 inline constexpr bool allocatorSupportsMemoryTagging() { in allocatorSupportsMemoryTagging() function
H A Dsecondary.h52 if (allocatorSupportsMemoryTagging<Config>()) in addHeaderTag()
543 if (allocatorSupportsMemoryTagging<Config>()) in iterateOverBlocks()
608 if (allocatorSupportsMemoryTagging<Config>()) in allocate()