Searched refs:preallocated (Results 1 – 8 of 8) sorted by relevance
159 DBusPreallocatedHash *preallocated);228 DBusPreallocatedHash *preallocated);233 DBusPreallocatedHash *preallocated);239 DBusPreallocatedHash *preallocated);836 DBusPreallocatedHash *preallocated) in add_entry() argument840 if (preallocated == NULL) in add_entry()852 entry = (DBusHashEntry*) preallocated; in add_entry()907 DBusPreallocatedHash *preallocated) in find_generic_function() argument924 if (preallocated) in find_generic_function()925 _dbus_hash_table_free_preallocated_entry (table, preallocated); in find_generic_function()[all …]
1809 DBusPreallocatedSend *preallocated; in _dbus_connection_preallocate_send_unlocked() local1815 preallocated = dbus_new (DBusPreallocatedSend, 1); in _dbus_connection_preallocate_send_unlocked()1816 if (preallocated == NULL) in _dbus_connection_preallocate_send_unlocked()1821 preallocated->queue_link = in _dbus_connection_preallocate_send_unlocked()1823 preallocated->queue_link->data = NULL; in _dbus_connection_preallocate_send_unlocked()1827 preallocated->queue_link = _dbus_list_alloc_link (NULL); in _dbus_connection_preallocate_send_unlocked()1828 if (preallocated->queue_link == NULL) in _dbus_connection_preallocate_send_unlocked()1834 preallocated->counter_link = in _dbus_connection_preallocate_send_unlocked()1836 preallocated->counter_link->data = connection->outgoing_counter; in _dbus_connection_preallocate_send_unlocked()1840 preallocated->counter_link = _dbus_list_alloc_link (connection->outgoing_counter); in _dbus_connection_preallocate_send_unlocked()[all …]
132 … DBusPreallocatedHash *preallocated);134 … DBusPreallocatedHash *preallocated,
261 DBusPreallocatedSend *preallocated);263 DBusPreallocatedSend *preallocated,
1066 DBusPreallocatedSend *preallocated; in bus_connection_preallocate_oom_error() local1076 preallocated = dbus_connection_preallocate_send (connection); in bus_connection_preallocate_oom_error()1077 if (preallocated == NULL) in bus_connection_preallocate_oom_error()1084 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()1094 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()1104 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()1110 d->oom_preallocated = preallocated; in bus_connection_preallocate_oom_error()1808 DBusPreallocatedSend *preallocated; member1832 if (to_send->preallocated) in message_to_send_free()1833 dbus_connection_free_preallocated_send (connection, to_send->preallocated); in message_to_send_free()[all …]
731 DBusPreallocatedHash *preallocated) in bus_service_relink() argument734 _dbus_assert (preallocated != NULL); in bus_service_relink()737 preallocated, in bus_service_relink()
124 // memory has been preallocated (e.g using reserve).
2483 * glib.h (g_string_sized_new): new function to controll the preallocated