EVE 1.0
md_stat_t Struct Reference

#include <md-heap.h>

Data Fields

uint32_t AllocSize
 
uint32_t AllocMaxSize
 
uint32_t SwappedOut
 
uint8_t AllocCount
 
uint8_t AllocMaxCount
 
uint8_t DescrCount
 
uint8_t DescrMaxCount
 

Detailed Description

Heap statistics

Definition at line 112 of file md-heap.h.

Field Documentation

uint32_t md_stat_t::AllocSize

Amount of data allocated in the heap

Definition at line 114 of file md-heap.h.

uint32_t md_stat_t::AllocMaxSize

Max registered amount of data allocated in the heap

Definition at line 115 of file md-heap.h.

uint32_t md_stat_t::SwappedOut

Amount of data swapped out

Definition at line 116 of file md-heap.h.

uint8_t md_stat_t::AllocCount

Number of allocated blocks

Definition at line 117 of file md-heap.h.

uint8_t md_stat_t::AllocMaxCount

Max registered number of allocated blocks

Definition at line 118 of file md-heap.h.

uint8_t md_stat_t::DescrCount

Number of used descriptors

Definition at line 119 of file md-heap.h.

uint8_t md_stat_t::DescrMaxCount

Max registered number of used descriptors

Definition at line 120 of file md-heap.h.