CMSIS-RTX  
Keil RTX5 Real-Time Operating System
 
Loading...
Searching...
No Matches
osRtxObjectMemUsage_t Struct Reference

OS Runtime Object Memory Usage structure. More...

#include <rtx_os.h>

Data Fields

uint32_t cnt_alloc
 Counter for alloc.
 
uint32_t cnt_free
 Counter for free.
 
uint32_t max_used
 Maximum used.
 

Description

OS Runtime Object Memory Usage structure.

Field Documentation

◆ cnt_alloc

uint32_t cnt_alloc

Counter for alloc.

◆ cnt_free

uint32_t cnt_free

Counter for free.

◆ max_used

uint32_t max_used

Maximum used.