Searched refs:dbus_malloc0 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.h48 void* dbus_malloc0 (size_t bytes);
59 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)))
H A Ddbus-mempool.c233 block = dbus_malloc0 (alloc_size);
309 block = dbus_malloc0 (alloc_size);
551 to_free[j] = dbus_malloc0 (size);
H A Ddbus-memory.c72 * Safe macro for using dbus_malloc0(). Accepts the type
523 * dbus_malloc0() memory is NOT safe to free with regular free() from
530 dbus_malloc0 (size_t bytes) function
591 * dbus_malloc0(). Guaranteed to free the memory and return #NULL if bytes
695 * dbus_malloc0(). If passed #NULL, does nothing.
H A Ddbus-auth.c342 auth = dbus_malloc0 (size);
H A Ddbus-object-tree.c957 subtree = dbus_malloc0 (MAX (front_padding + (len + 1), sizeof (DBusObjectSubtree)));
H A Ddbus-marshal-recursive-util.c940 node = dbus_malloc0 (klass->instance_size);

Completed in 80 milliseconds