Garbage collection data structure. More...

This is the data structure used by the garbage collector in this module. When the xmlrpc SER module identifies the management function to be called, it calls corresponding function in SER. The function being called adds data to the reply, that will be later sent to the client, as it executes. This module needs to allocate memory for such data and the memory will be re-claimed after the reply was sent out. All the memory allocated this way is recorded in this data structure so that it can be identified and re-claimed later (when the reply is being sent out).
Definition at line 277 of file xmlrpc.c.
| anonymous enum |
1.7.1