HomeSort by relevance Sort by last modified time
    Searched refs:LoAppMemEnd (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 133 ProtectRange(LoAppMemEnd(), ShadowBeg());
tsan_platform.h 387 uptr LoAppMemEnd(void) {
446 *end = LoAppMemEnd();
tsan_platform_linux.cc 99 else if (p >= LoAppMemBeg() && p < LoAppMemEnd())

Completed in 101 milliseconds