Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h101 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()
H A Dcombined.h100 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()
H A Doptions.h41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() function
H A Dprimary64.h363 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG : 0), in populateFreeList()