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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 145 ProtectRange(HeapEnd(), HiAppMemBeg());
tsan_platform.h 412 uptr HiAppMemBeg(void) {
449 *start = HiAppMemBeg();
tsan_platform_linux.cc 101 else if (p >= HiAppMemBeg() && p < HiAppMemEnd())

Completed in 647 milliseconds