D-Bus 1.14.10
|
An allocator that tracks a set of slot IDs. More...
#include <dbus-dataslot.h>
Data Fields | |
DBusAllocatedSlot * | allocated_slots |
Allocated slots. More... | |
int | n_allocated_slots |
number of slots malloc'd More... | |
int | n_used_slots |
number of slots used More... | |
DBusGlobalLock | lock |
index of thread lock More... | |
An allocator that tracks a set of slot IDs.
Definition at line 55 of file dbus-dataslot.h.
DBusAllocatedSlot* DBusDataSlotAllocator::allocated_slots |
Allocated slots.
Definition at line 57 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_init().
DBusGlobalLock DBusDataSlotAllocator::lock |
index of thread lock
Definition at line 60 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_init().
int DBusDataSlotAllocator::n_allocated_slots |
number of slots malloc'd
Definition at line 58 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_init().
int DBusDataSlotAllocator::n_used_slots |
number of slots used
Definition at line 59 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_init().