HiDebug_SystemMemInfo
typedef struct HiDebug_SystemMemInfo {...} HiDebug_SystemMemInfo
Overview
Defines a struct for the system memory information.
Since: 12
Related module: HiDebug
Header file: hidebug_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t totalMem | Total memory of the system, in KB. |
| uint32_t freeMem | Free memory of the system, in KB. |
| uint32_t availableMem | Available memory of the system, in KB. |