Home
last modified time | relevance | path

Searched refs:statm (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/tools/
DProcStats.cpp51 if (FILE* statm = fopen("/proc/self/statm", "r")) { in getCurrResidentSetSizeMB() local
53 int rc = fscanf(statm, "%*d %lld", &rssPages); in getCurrResidentSetSizeMB()
54 fclose(statm); in getCurrResidentSetSizeMB()
/third_party/skia/tools/
DProcStats.cpp67 if (FILE* statm = fopen("/proc/self/statm", "r")) { in getCurrResidentSetSizeBytes() local
69 int rc = fscanf(statm, "%*d %lld", &rssPages); in getCurrResidentSetSizeBytes()
70 fclose(statm); in getCurrResidentSetSizeBytes()
/third_party/python/Lib/test/
Dmemory_watchdog.py23 statm = sys.stdin.read() variable
24 data = int(statm.split()[5])
Dtest_doctest2.py86 def statm(): member in C
/third_party/jerryscript/jerry-core/
DBUILD.gn178 "parser/js/js-parser-statm.c",
/third_party/jerryscript/
DBUILD.gn233 "jerry-core/parser/js/js-parser-statm.c",
/third_party/jerryscript/docs/
D04.INTERNALS.md24 …s. The implementation of Statement parser is located in `./jerry-core/parser/js/js-parser-statm.c`.