Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1023 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability() function
1094 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()
1102 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()