Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h416 uptr HiAppMemEnd(void) { in HiAppMemEnd() function
450 *end = HiAppMemEnd(); in GetUserRegion()
Dtsan_platform_linux.cc101 else if (p >= HiAppMemBeg() && p < HiAppMemEnd()) in FillProfileCallback()