HomeSort by: relevance | last modified time | path
    Searched refs:HiAppMemEnd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 151 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty);
178 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,
tsan_platform_linux.cc 106 else if (p >= HiAppMemBeg() && p < HiAppMemEnd())
tsan_platform.h 610 uptr HiAppMemEnd(void) {
644 *end = HiAppMemEnd();

Completed in 18 milliseconds