Home
last modified time | relevance | path

Searched refs:preallocated (Results 1 – 13 of 13) sorted by relevance

/external/dbus/dbus/
Ddbus-hash.c160 DBusPreallocatedHash *preallocated);
231 DBusPreallocatedHash *preallocated);
236 DBusPreallocatedHash *preallocated);
803 DBusPreallocatedHash *preallocated) in add_entry() argument
807 if (preallocated == NULL) in add_entry()
819 entry = (DBusHashEntry*) preallocated; in add_entry()
853 DBusPreallocatedHash *preallocated) in find_generic_function() argument
870 if (preallocated) in find_generic_function()
871 _dbus_hash_table_free_preallocated_entry (table, preallocated); in find_generic_function()
880 entry = add_entry (table, idx, key, bucket, preallocated); in find_generic_function()
[all …]
Ddbus-connection.c1944 DBusPreallocatedSend *preallocated; in _dbus_connection_preallocate_send_unlocked() local
1950 preallocated = dbus_new (DBusPreallocatedSend, 1); in _dbus_connection_preallocate_send_unlocked()
1951 if (preallocated == NULL) in _dbus_connection_preallocate_send_unlocked()
1954 preallocated->queue_link = _dbus_list_alloc_link (NULL); in _dbus_connection_preallocate_send_unlocked()
1955 if (preallocated->queue_link == NULL) in _dbus_connection_preallocate_send_unlocked()
1958 preallocated->counter_link = _dbus_list_alloc_link (connection->outgoing_counter); in _dbus_connection_preallocate_send_unlocked()
1959 if (preallocated->counter_link == NULL) in _dbus_connection_preallocate_send_unlocked()
1962 _dbus_counter_ref (preallocated->counter_link->data); in _dbus_connection_preallocate_send_unlocked()
1964 preallocated->connection = connection; in _dbus_connection_preallocate_send_unlocked()
1966 return preallocated; in _dbus_connection_preallocate_send_unlocked()
[all …]
Ddbus-hash.h124 … DBusPreallocatedHash *preallocated);
126 … DBusPreallocatedHash *preallocated,
Ddbus-connection.h353 DBusPreallocatedSend *preallocated);
356 DBusPreallocatedSend *preallocated,
/external/valgrind/drd/
Ddrd_vc.c319 || vc->vc == vc->preallocated); in DRD_()
326 && vc->vc != vc->preallocated in DRD_()
333 tl_assert((vc->vc == 0 || vc->vc == vc->preallocated) in DRD_()
338 VG_(memcpy)(vc->vc, vc->preallocated, in DRD_()
343 tl_assert(vc->vc == vc->preallocated in DRD_()
360 vc->vc = vc->preallocated; in DRD_()
375 || vc->vc == vc->preallocated); in DRD_()
Ddrd_vc.h69 VCElem preallocated[VC_PREALLOCATED]; member
/external/dbus/bus/
Dconnection.c1130 DBusPreallocatedSend *preallocated; in bus_connection_preallocate_oom_error() local
1140 preallocated = dbus_connection_preallocate_send (connection); in bus_connection_preallocate_oom_error()
1141 if (preallocated == NULL) in bus_connection_preallocate_oom_error()
1148 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1158 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1168 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1174 d->oom_preallocated = preallocated; in bus_connection_preallocate_oom_error()
1910 DBusPreallocatedSend *preallocated; member
1934 if (to_send->preallocated) in message_to_send_free()
1935 dbus_connection_free_preallocated_send (connection, to_send->preallocated); in message_to_send_free()
[all …]
Dservices.c729 DBusPreallocatedHash *preallocated) in bus_service_relink() argument
732 _dbus_assert (preallocated != NULL); in bus_service_relink()
735 preallocated, in bus_service_relink()
/external/bison/lib/
Dquotearg.c780 bool preallocated = (sv == &slotvec0); in quotearg_n_options() local
785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv); in quotearg_n_options()
786 if (preallocated) in quotearg_n_options()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm1049 // to the preallocated audio buffer list that the audio unit renders into.
1104 // the native I/O audio unit) to a preallocated intermediate buffer and
/external/nanopb-c/docs/
Dreference.rst224 PB_HTYPE_REPEATED 0x20 A repeated field with preallocated array.
/external/llvm/docs/
DProgrammersManual.rst1034 memory in the case when the preallocated space is enough to hold its data, and
/external/e2fsprogs/debian/
Dchangelog1156 files and preallocated blocks.