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

  /external/dbus/dbus/
dbus-memory.h 41 void* dbus_malloc0 (size_t bytes);
47 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)));
dbus-mempool.c 227 block = dbus_malloc0 (alloc_size);
299 block = dbus_malloc0 (alloc_size);
493 to_free[j] = dbus_malloc0 (size);
dbus-memory.c 71 * Safe macro for using dbus_malloc0(). Accepts the type
486 * dbus_malloc0() memory is NOT safe to free with regular free() from
493 dbus_malloc0 (size_t bytes) function
535 * dbus_malloc0(). Guaranteed to free the memory and return #NULL if bytes
612 * dbus_malloc0(). If passed #NULL, does nothing.
dbus-auth.c 329 auth = dbus_malloc0 (size);
    [all...]
dbus-marshal-recursive-util.c 940 node = dbus_malloc0 (klass->instance_size);
    [all...]
  /external/dbus/test/
decode-gcov.c     [all...]

Completed in 68 milliseconds