Searched refs:SLOT_vsize (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 207 SLOT_vsize, /*virtual memory size*/ SLOT_rss, // resident set size enumerator 281 {"SZ", "4k pages to swap out", 5, SLOT_vsize}, 284 {"VSZ", "Virtual memory size (1k units)", 7, SLOT_vsize}, 325 {"%VSZ", "VSZ as % of physical memory", 5, SLOT_vsize},
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 250 SLOT_vsize, /*virtual memory size*/ SLOT_rss, // resident set size enumerator 324 {"SZ", "4k pages to swap out", 5, SLOT_vsize}, 327 {"VSZ", "Virtual memory size (1k units)", 7, SLOT_vsize}, 368 {"%VSZ", "VSZ as % of physical memory", 5, SLOT_vsize},
|
Completed in 6 milliseconds