APG
… an ABNF Parser Generator
|
A circularly-linked list structure. More...
Data Fields | |
struct mem_cell_tag * | spPrev |
pointer to the previous cell More... | |
struct mem_cell_tag * | spNext |
pointer to the next cell More... | |
aint | uiSize |
The usable size, in bytes, of this memory allocation. More... | |
aint | uiSeq |
The sequence number of this cell. More... | |
A circularly-linked list structure.
struct mem_cell The memory object keeps track of all memory allocations in a circularly-inked list. This is the structure used to implement this behavior.
struct mem_cell_tag* mem_cell_tag::spNext |
struct mem_cell_tag* mem_cell_tag::spPrev |
aint mem_cell_tag::uiSize |