Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcombined.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 …]
HDoptions.h42 return allocatorSupportsMemoryTagging<Config>() && in useMemoryTagging()
HDmemtag.h328 inline constexpr bool allocatorSupportsMemoryTagging() { in allocatorSupportsMemoryTagging() function
HDsecondary.h52 if (allocatorSupportsMemoryTagging<Config>()) in addHeaderTag()
543 if (allocatorSupportsMemoryTagging<Config>()) in iterateOverBlocks()
608 if (allocatorSupportsMemoryTagging<Config>()) in allocate()