Searched refs:statm (Results 1 – 8 of 8) sorted by relevance
51 if (FILE* statm = fopen("/proc/self/statm", "r")) { in getCurrResidentSetSizeMB() local53 int rc = fscanf(statm, "%*d %lld", &rssPages); in getCurrResidentSetSizeMB()54 fclose(statm); in getCurrResidentSetSizeMB()
67 if (FILE* statm = fopen("/proc/self/statm", "r")) { in getCurrResidentSetSizeBytes() local69 int rc = fscanf(statm, "%*d %lld", &rssPages); in getCurrResidentSetSizeBytes()70 fclose(statm); in getCurrResidentSetSizeBytes()
23 statm = sys.stdin.read() variable24 data = int(statm.split()[5])
87 def statm(): member in C
88 def statm(): member in C
101 if (jso.i.statm) {102 var sm = jso.i.statm.split(" ");
122 "If false, do not attempt to read /proc/maps/statm."
152 "If false, do not attempt to read /proc/maps/statm."