OpenSDN source code
SystemMemInfo Struct Reference

#include <cpuinfo.h>

Public Attributes

uint32_t total
 
uint32_t used
 
uint32_t free
 
uint32_t buffers
 
uint32_t cached
 

Detailed Description

Definition at line 24 of file cpuinfo.h.

Member Data Documentation

◆ buffers

uint32_t SystemMemInfo::buffers

Definition at line 28 of file cpuinfo.h.

◆ cached

uint32_t SystemMemInfo::cached

Definition at line 29 of file cpuinfo.h.

◆ free

uint32_t SystemMemInfo::free

Definition at line 27 of file cpuinfo.h.

◆ total

uint32_t SystemMemInfo::total

Definition at line 25 of file cpuinfo.h.

◆ used

uint32_t SystemMemInfo::used

Definition at line 26 of file cpuinfo.h.


The documentation for this struct was generated from the following file: