Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h428 uptr AppMemBeg(void) { in AppMemBeg() function
464 *start = AppMemBeg(); in GetUserRegion()
Dtsan_platform_linux.cc104 else if (p >= AppMemBeg() && p < AppMemEnd()) in FillProfileCallback()