#include <procinfo.h>
Data Fields | |
char | size [DEF_SZ] |
Size. | |
char | rss [DEF_SZ] |
Resident. | |
char | sh_clean [DEF_SZ] |
Shared clean. | |
char | sh_dirty [DEF_SZ] |
Shared dirty. | |
char | priv_clean [DEF_SZ] |
Private clean. | |
char | priv_dirty [DEF_SZ] |
Private dirty. |
Definition at line 55 of file procinfo.h.
char mm_details::size[DEF_SZ] |
Size.
Definition at line 56 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().
char mm_details::rss[DEF_SZ] |
Resident.
Definition at line 57 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().
char mm_details::sh_clean[DEF_SZ] |
Shared clean.
Definition at line 58 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().
char mm_details::sh_dirty[DEF_SZ] |
Shared dirty.
Definition at line 59 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().
char mm_details::priv_clean[DEF_SZ] |
Private clean.
Definition at line 60 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().
char mm_details::priv_dirty[DEF_SZ] |
Private dirty.
Definition at line 61 of file procinfo.h.
Referenced by get_mm_details(), and update_mm_details().