Home
last modified time | relevance | path

Searched refs:ProtectMemoryRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
166 if (!dry_run && !ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1143 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
1211 if (!ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()