D-Bus 1.16.0

struct representing an element on the free list. More...

Data Fields

DBusFreedElement * next
 next element of the free list
 

Detailed Description

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.

Field Documentation

◆ next

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().


The documentation for this struct was generated from the following file: