Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp151 ProtectRange(MidAppMemEnd(), HeapMemBeg()); in CheckAndProtect()
H A Dtsan_platform_linux.cpp110 (p >= MidAppMemBeg() && p < MidAppMemEnd()) || in FillProfileCallback()
H A Dtsan_platform.h863 uptr MidAppMemEnd(void) { return SelectMapping<MappingField>(kMidAppMemEnd); } in MidAppMemEnd() function
H A Dtsan_rtl.cpp559 {MidAppMemBeg(), MidAppMemEnd()}, in IsValidMmapRange()