Searched refs:dbus_malloc0 (Results 1 – 8 of 8) sorted by relevance
48 void* dbus_malloc0 (size_t bytes);59 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)))
233 block = dbus_malloc0 (alloc_size); in _dbus_mem_pool_alloc()309 block = dbus_malloc0 (alloc_size); in _dbus_mem_pool_alloc()551 to_free[j] = dbus_malloc0 (size); in time_for_size()
530 dbus_malloc0 (size_t bytes) in dbus_malloc0() function
342 auth = dbus_malloc0 (size); in _dbus_auth_new()
957 subtree = dbus_malloc0 (MAX (front_padding + (len + 1), sizeof (DBusObjectSubtree))); in allocate_subtree_object()
940 node = dbus_malloc0 (klass->instance_size); in node_new()
89 data = dbus_malloc0 (sizeof (struct dbus_event_data)); in add_watch()171 data = dbus_malloc0 (sizeof (struct dbus_event_data)); in add_timeout()
7504 (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf13242 * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),13283 (dbus_malloc0), (dbus_realloc):