D-Bus 1.14.10
|
struct representing an element on the free list. More...
Data Fields | |
DBusFreedElement * | next |
next element of the free list More... | |
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 63 of file dbus-mempool.c.
DBusFreedElement* DBusFreedElement::next |
next element of the free list
Definition at line 65 of file dbus-mempool.c.
Referenced by _dbus_mem_pool_alloc(), and _dbus_mem_pool_dealloc().