Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc145 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
Dtsan_platform.h412 uptr HiAppMemBeg(void) { in HiAppMemBeg() function
449 *start = HiAppMemBeg(); in GetUserRegion()
Dtsan_platform_linux.cc101 else if (p >= HiAppMemBeg() && p < HiAppMemEnd()) in FillProfileCallback()