Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp548 static bool IsValidMmapRange(uptr addr, uptr size) { in IsValidMmapRange() function
570 if (size == 0 || !IsValidMmapRange(addr, size)) in UnmapShadow()