#include <m_token.h>
| Data Fields | |
| struct sGcElem * | chain | 
| size_t | length | 
| char | dta [1] | 
Garbage collector elements. Tracks allocated memory and points to the next element from the same context.
| struct sGcElem* sGcElem::chain  [read] | 
Next element in chain.
| char sGcElem::dta[1] | 
Starting adress marker of requested memory.
| size_t sGcElem::length | 
Size of allocated memory (excluding sGcElem and sGcCtx).
 1.6.1
 1.6.1