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

  /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-hash.h 136 /** A preallocated hash entry */
141 DBusPreallocatedHash *preallocated);
143 DBusPreallocatedHash *preallocated,
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 */
1925 DBusPreallocatedSend *preallocated; local
2086 DBusPreallocatedSend *preallocated; local
3158 DBusPreallocatedSend *preallocated; local
3249 DBusPreallocatedSend *preallocated; local
4746 DBusPreallocatedSend *preallocated; local
    [all...]
dbus-connection.h 46 /** Opaque type representing preallocated resources so a message can be sent without further memory allocation. */
355 DBusPreallocatedSend *preallocated);
358 DBusPreallocatedSend *preallocated,
  /external/valgrind/main/drd/
drd_vc.c 317 || vc->vc == vc->preallocated);
324 && vc->vc != vc->preallocated
331 tl_assert((vc->vc == 0 || vc->vc == vc->preallocated)
336 VG_(memcpy)(vc->vc, vc->preallocated,
341 tl_assert(vc->vc == vc->preallocated
358 vc->vc = vc->preallocated;
373 || vc->vc == vc->preallocated);
drd_vc.h 70 VCElem preallocated[VC_PREALLOCATED]; member in struct:__anon12446
  /external/dbus/bus/
connection.c 1149 DBusPreallocatedSend *preallocated; local
1898 DBusPreallocatedSend *preallocated; member in struct:__anon5142
    [all...]
services.c 733 DBusPreallocatedHash *preallocated)
736 _dbus_assert (preallocated != NULL);
739 preallocated,
    [all...]
  /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/v8/test/mjsunit/
regexp-multiline-stack-trace.js 29 // preallocated meessage memory.

Completed in 149 milliseconds