Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp154 RegionMemUsage(LoAppMemBeg(), LoAppMemEnd(), &low_res, &low_dirty); in WriteMemoryProfile()
181 LoAppMemBeg(), LoAppMemEnd(), low_res / 1024, low_dirty / 1024, in WriteMemoryProfile()
Dtsan_platform_posix.cpp107 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
Dtsan_platform.h606 uptr LoAppMemEnd(void) { in LoAppMemEnd() function
665 *end = LoAppMemEnd(); in GetUserRegion()
Dtsan_platform_linux.cpp115 else if (p >= LoAppMemBeg() && p < LoAppMemEnd()) in FillProfileCallback()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc133 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
Dtsan_platform.h387 uptr LoAppMemEnd(void) { in LoAppMemEnd() function
446 *end = LoAppMemEnd(); in GetUserRegion()
Dtsan_platform_linux.cc99 else if (p >= LoAppMemBeg() && p < LoAppMemEnd()) in FillProfileCallback()