|
wlmaker
|
Public Attributes | |
| FILE * | proc_fp |
| unsigned long | mem_total_kb |
| unsigned long | mem_used_kb |
| char | label [LABEL_BUFFER_SIZE] |
State for the memory graph (mutable runtime data).
| char memgraph_state_t::label[LABEL_BUFFER_SIZE] |
Formatted label string.
| unsigned long memgraph_state_t::mem_total_kb |
Total memory in kB (from /proc/meminfo).
| unsigned long memgraph_state_t::mem_used_kb |
Used memory in kB (non-reclaimable).
| FILE* memgraph_state_t::proc_fp |
Open file handle to /proc/meminfo.