xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
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... | |
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.
char* end |
void* fl |
char* start |
void* val |
Highest Heap Point.
Definition at line 65 of file xmem.h.
Referenced by restoreState(), and saveState().