xyControl  0.1
Quadrotor Flight Controller on AVR Basis
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Data Fields
MallocState Struct Reference

All Malloc related State. More...

#include <xmem.h>

Data Fields

char * start
 Start of Heap. More...
 
char * end
 End of Heap. More...
 
void * val
 Highest Heap Point. More...
 
void * fl
 Free List. More...
 

Detailed Description

All Malloc related State.

The Heap is bank-switched, so this state has to be switched with the banks to allow different memory allocations on different banks.

Definition at line 62 of file xmem.h.

Field Documentation

char* end

End of Heap.

Definition at line 64 of file xmem.h.

Referenced by restoreState(), and saveState().

void* fl

Free List.

Definition at line 66 of file xmem.h.

Referenced by restoreState(), and saveState().

char* start

Start of Heap.

Definition at line 63 of file xmem.h.

Referenced by restoreState(), and saveState().

void* val

Highest Heap Point.

Definition at line 65 of file xmem.h.

Referenced by restoreState(), and saveState().


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