OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbus_malloc0
(Results
1 - 7
of
7
) sorted by null
/external/dbus/dbus/
dbus-memory.h
48
void*
dbus_malloc0
(size_t bytes);
59
#define dbus_new0(type, count) ((type*)
dbus_malloc0
(sizeof (type) * (count)))
dbus-mempool.c
233
block =
dbus_malloc0
(alloc_size);
309
block =
dbus_malloc0
(alloc_size);
551
to_free[j] =
dbus_malloc0
(size);
dbus-memory.c
72
* 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.
dbus-auth.c
342
auth =
dbus_malloc0
(size);
[
all
...]
dbus-object-tree.c
957
subtree =
dbus_malloc0
(MAX (front_padding + (len + 1), sizeof (DBusObjectSubtree)));
[
all
...]
dbus-marshal-recursive-util.c
940
node =
dbus_malloc0
(klass->instance_size);
[
all
...]
/external/tlsdate/src/
dbus.c
89
data =
dbus_malloc0
(sizeof (struct dbus_event_data));
171
data =
dbus_malloc0
(sizeof (struct dbus_event_data));
Completed in 2638 milliseconds