Home
last modified time | relevance | path

Searched refs:MAP_MEMTAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp47 if (Flags & MAP_MEMTAG) in map()
H A Dsecondary.h136 MAP_MEMTAG | Flags) && in mapSecondary()
141 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
151 MAP_MEMTAG | Flags) && in mapSecondary()
156 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
H A Dcommon.h170 #define MAP_MEMTAG (1U << 3) macro
H A Dlinux.cpp62 if (Flags & MAP_MEMTAG) in map()
H A Dprimary64.h1055 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG in populateFreeListAndPopBlocks()