mm_details Struct Reference

Memory region details This structure is used to keep details of certain memory regions. More...

#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.


Detailed Description

Memory region details This structure is used to keep details of certain memory regions.

Definition at line 55 of file procinfo.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 1 22:52:58 2008 for lkmonitor by  doxygen 1.5.1