D-Bus 1.15.8
Data Fields
DBusDataSlotAllocator Struct Reference

An allocator that tracks a set of slot IDs. More...

#include <dbus-dataslot.h>

Data Fields

DBusAllocatedSlotallocated_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...
 

Detailed Description

An allocator that tracks a set of slot IDs.

Definition at line 57 of file dbus-dataslot.h.

Field Documentation

◆ allocated_slots

DBusAllocatedSlot* DBusDataSlotAllocator::allocated_slots

Allocated slots.

Definition at line 59 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_allocator_init().

◆ lock

DBusGlobalLock DBusDataSlotAllocator::lock

index of thread lock

Definition at line 62 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_allocator_init().

◆ n_allocated_slots

int DBusDataSlotAllocator::n_allocated_slots

number of slots malloc'd

Definition at line 60 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_allocator_init().

◆ n_used_slots

int DBusDataSlotAllocator::n_used_slots

number of slots used

Definition at line 61 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_allocator_init().


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