HomeSort by relevance Sort by last modified time
    Searched defs:preallocated (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/drd/
drd_vc.h 70 VCElem preallocated[VC_PREALLOCATED]; member in struct:__anon12641
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 687 bool preallocated = (sv == &slotvec0); local
692 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
693 if (preallocated)
  /external/dbus/dbus/
dbus-hash.c 160 DBusPreallocatedHash *preallocated);
229 DBusPreallocatedHash *preallocated);
234 DBusPreallocatedHash *preallocated);
240 DBusPreallocatedHash *preallocated);
837 DBusPreallocatedHash *preallocated)
841 if (preallocated == NULL)
853 entry = (DBusHashEntry*) preallocated;
908 DBusPreallocatedHash *preallocated)
925 if (preallocated)
926 _dbus_hash_table_free_preallocated_entry (table, preallocated);
1436 DBusPreallocatedHash *preallocated; local
    [all...]
dbus-connection.c 232 DBusList *queue_link; /**< Preallocated link in the queue */
233 DBusList *counter_link; /**< Preallocated link in the resource counter */
280 DBusList *disconnect_message_link; /**< Preallocated list node for queueing the disconnection message */
1906 DBusPreallocatedSend *preallocated; local
2067 DBusPreallocatedSend *preallocated; local
3110 DBusPreallocatedSend *preallocated; local
3201 DBusPreallocatedSend *preallocated; local
4698 DBusPreallocatedSend *preallocated; local
    [all...]
  /external/dbus/bus/
connection.c 1149 DBusPreallocatedSend *preallocated; local
1898 DBusPreallocatedSend *preallocated; member in struct:__anon5407
    [all...]

Completed in 148 milliseconds