HomeSort by: relevance | last modified time | path
    Searched refs:HiAppMemBeg (Results 1 - 4 of 4) 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_posix.cc 168 ProtectRange(HeapEnd(), HiAppMemBeg());
tsan_platform_linux.cc 106 else if (p >= HiAppMemBeg() && p < HiAppMemEnd())
tsan_platform.h 606 uptr HiAppMemBeg(void) {
643 *start = HiAppMemBeg();

Completed in 12 milliseconds