Home | History | Annotate | Download | only in tools

Lines Matching full:1024

16         return static_cast<int>(ru.ru_maxrss / 1024 / 1024);  // Darwin reports bytes.
18 return static_cast<int>(ru.ru_maxrss / 1024); // Linux reports kilobytes.
27 return static_cast<int>(info.PeakWorkingSetSize / 1024 / 1024); // Windows reports bytes.
42 return info.resident_size / 1024 / 1024; // Darwin reports bytes.
58 return rssPages * pageSize / 1024 / 1024;
65 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes.