APG
… an ABNF Parser Generator
|
For internal use only. The memory object's context. Opaque to user applications. More...
Data Fields | |
const void * | vpValidate |
validation handle More... | |
exception * | spException |
Pointer to the exception struct. NULL if none. More... | |
aint | uiActiveCellCount |
number of cells on the active list More... | |
mem_cell * | spActiveList |
pointer to the first (and last) cell in a circularly, doubly linked list More... | |
mem_stats | sStats |
memory statistics More... | |
For internal use only. The memory object's context. Opaque to user applications.
Note that all of the elements in this structure are only present when APG_MEM_STAT is defined. Those not needed for statistics collection are absent otherwise.
mem_cell* mem::spActiveList |
exception* mem::spException |
aint mem::uiActiveCellCount |