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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 416 uptr HiAppMemEnd(void) {
450 *end = HiAppMemEnd();
tsan_platform_linux.cc 101 else if (p >= HiAppMemBeg() && p < HiAppMemEnd())

Completed in 883 milliseconds