Searched refs:statm (Results 1 – 9 of 9) sorted by relevance
/external/skqp/tools/ |
D | ProcStats.cpp | 51 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()
|
/external/skia/tools/ |
D | ProcStats.cpp | 51 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()
|
/external/python/cpython3/Lib/test/ |
D | memory_watchdog.py | 23 statm = sys.stdin.read() variable 24 data = int(statm.split()[5])
|
D | test_doctest2.py | 87 def statm(): member in C
|
/external/python/cpython2/Lib/test/ |
D | test_doctest2.py | 88 def statm(): member in C
|
/external/u-boot/drivers/misc/ |
D | fsl_iim.c | 80 u32 statm; member
|
/external/u-boot/arch/arm/include/asm/arch-mx5/ |
D | imx-regs.h | 493 u32 statm; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 122 "If false, do not attempt to read /proc/maps/statm."
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 499 …at", "sessionid", "setgroups", "smaps", "smaps_rollup", "stack", "stat", "statm", "status", "sysca…
|