Data Fields | |
| DBusMemBlock * | next | 
| next block in the list, which is already used up; only saved so we can free all the blocks when we free the mem pool.  | |
| long | used_so_far | 
| bytes of this block already allocated as elements.  | |
| unsigned char | elements [ELEMENT_PADDING] | 
| the block data, actually allocated to required size  | |
Definition at line 80 of file dbus-mempool.c.
 1.5.1