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
43
void*
dbus_malloc0
(size_t bytes);
51
#define dbus_new0(type, count) ((type*)
dbus_malloc0
(sizeof (type) * (count)))
dbus-mempool.c
228
block =
dbus_malloc0
(alloc_size);
300
block =
dbus_malloc0
(alloc_size);
494
to_free[j] =
dbus_malloc0
(size);
dbus-memory.c
72
* Safe macro for using
dbus_malloc0
(). Accepts the type
498
*
dbus_malloc0
() memory is NOT safe to free with regular free() from
505
dbus_malloc0
(size_t bytes)
function
547
*
dbus_malloc0
(). Guaranteed to free the memory and return #NULL if bytes
624
*
dbus_malloc0
(). If passed #NULL, does nothing.
dbus-auth.c
342
auth =
dbus_malloc0
(size);
[
all
...]
dbus-marshal-recursive-util.c
940
node =
dbus_malloc0
(klass->instance_size);
[
all
...]
/external/bluetooth/bluez/gdbus/
polkit.c
160
data =
dbus_malloc0
(sizeof(*data));
/external/dbus/test/
decode-gcov.c
[
all
...]
Completed in 647 milliseconds