Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_linux.cpp55 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
152 if (!ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan.cpp910 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
978 if (!ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()