exip
Alpha 0.5.4
|
A list of allocation blocks. More...
#include <procTypes.h>
Data Fields | |
struct allocBlock * | firstBlock |
struct allocBlock * | lastBlock |
SmallIndex | currAllocSlot |
The next allocation slot in the allocation array of the lastBlock. More... | |
Pass to initAllocList() before use.
Definition at line 365 of file bin/headers/procTypes.h.
SmallIndex allocList::currAllocSlot |
Definition at line 369 of file bin/headers/procTypes.h.
struct allocBlock * allocList::firstBlock |
Definition at line 366 of file bin/headers/procTypes.h.
struct allocBlock * allocList::lastBlock |
Definition at line 367 of file bin/headers/procTypes.h.