EVE 1.0
md_state_t Struct Reference

#include <md-heap.h>

Collaboration diagram for md_state_t:

Data Fields

uint8_t FreeBlockIdx
 
uint8_t ExternalRam
 
struct md_stat_t Stat
 

Detailed Description

Heap state

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

Field Documentation

uint8_t md_state_t::FreeBlockIdx

Index of a free block currently used for allocation

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

uint8_t md_state_t::ExternalRam

Index of the first block in the external RAM

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

struct md_stat_t md_state_t::Stat

Heap statistics

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