Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp44 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability() function
142 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()
150 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp897 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability() function
968 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()
976 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()