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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 148 uptr high_res, high_dirty; local
151 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); local
178 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_mac.cpp 161 uptr high_res, high_dirty; local
164 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); local
192 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_mac.cpp 152 uptr high_res, high_dirty; local
155 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); local
185 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,

Completed in 15 milliseconds