exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
allocList Struct Reference

A list of allocation blocks. More...

#include <procTypes.h>

Data Fields

struct allocBlockfirstBlock
 
struct allocBlocklastBlock
 
SmallIndex currAllocSlot
 The next allocation slot in the allocation array of the lastBlock. More...
 

Detailed Description

Pass to initAllocList() before use.

Definition at line 365 of file bin/headers/procTypes.h.

Field Documentation

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.


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