Searched refs:statm (Results 1 – 2 of 2) sorted by relevance
50 if (FILE* statm = fopen("/proc/self/statm", "r")) { in getCurrResidentSetSizeMB() local52 int rc = fscanf(statm, "%*d %lld", &rssPages); in getCurrResidentSetSizeMB()53 fclose(statm); in getCurrResidentSetSizeMB()
108 "If false, do not attempt to read /proc/maps/statm."