Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp47 if (Flags & MAP_MEMTAG) in map()
H A Dmem_map_linux.cpp59 if (Flags & MAP_MEMTAG) in mmapWrapper()
H A Dcommon.h166 #define MAP_MEMTAG (1U << 3) macro
H A Dlinux.cpp62 if (Flags & MAP_MEMTAG) in map()
H A Dsecondary.h129 MAP_MEMTAG | Flags) && in mapSecondary()
134 (useMemoryTagging<Config>(Options) ? MAP_MEMTAG : 0) | Flags; in mapSecondary()
H A Dprimary64.h1003 (useMemoryTagging<Config>(Options.load()) ? MAP_MEMTAG in populateFreeListAndPopBatch()