Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp49 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability() function
151 !CheckMemoryRangeAvailability(start, size, !dry_run)) in InitShadow()
155 if (dry_run && !CheckMemoryRangeAvailability(start, size, !dry_run)) in InitShadow()
164 if (dry_run && !CheckMemoryRangeAvailability(start, size, !dry_run)) in InitShadow()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1130 static bool CheckMemoryRangeAvailability(uptr beg, uptr size) { in CheckMemoryRangeAvailability() function
1201 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()
1209 if (!CheckMemoryRangeAvailability(start, size)) in InitShadow()