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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 148 uptr high_res, high_dirty; local in function:__tsan::WriteMemoryProfile
151 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty);
178 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,
tsan_platform_mac.cc 148 uptr high_res, high_dirty; local in function:__tsan::WriteMemoryProfile
151 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty);
178 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,

Completed in 22 milliseconds