| D-Bus 1.16.2
    | 
struct representing an element on the free list. More...
| Data Fields | |
| DBusFreedElement * | next | 
| next element of the free list | |
struct representing an element on the free list.
We just cast freed elements to this so we can make a list out of them.
Definition at line 65 of file dbus-mempool.c.
| DBusFreedElement* DBusFreedElement::next | 
next element of the free list
Definition at line 67 of file dbus-mempool.c.
Referenced by _dbus_mem_pool_alloc(), and _dbus_mem_pool_dealloc().