OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbus_malloc
(Results
1 - 17
of
17
) sorted by null
/external/dbus/dbus/
dbus-memory.h
41
void*
dbus_malloc
(size_t bytes);
50
#define dbus_new(type, count) ((type*)
dbus_malloc
(sizeof (type) * (count)))
dbus-mempool.c
230
block =
dbus_malloc
(alloc_size);
302
block =
dbus_malloc
(alloc_size);
422
to_free[j] =
dbus_malloc
(size);
dbus-memory.c
34
* @brief
dbus_malloc
(), dbus_free(), etc.
44
* @brief internals of
dbus_malloc
() etc.
59
* Safe macro for using
dbus_malloc
(). Accepts the type
445
*
dbus_malloc
() memory is NOT safe to free with regular free() from
452
dbus_malloc
(size_t bytes)
function
546
* Resizes a block of memory previously allocated by
dbus_malloc
() or
623
* Frees a block of memory previously allocated by
dbus_malloc
() or
834
p =
dbus_malloc
(4);
dbus-internals.c
516
copy =
dbus_malloc
(len + 1);
539
copy =
dbus_malloc
(n_bytes);
dbus-spawn-win.c
392
*new_argv =
dbus_malloc
((argc + 1) * sizeof (char *));
434
q = (*new_argv)[i] =
dbus_malloc
(len + need_dblquotes*2 + 1);
dbus-sysdeps-util-unix.c
653
d = (struct dirent *)
dbus_malloc
(buf_size);
769
buf =
dbus_malloc
(buflen);
dbus-auth-script.c
195
array[k] =
dbus_malloc
(j - i + 1);
dbus-sysdeps.c
128
/* Use system malloc to avoid memleaks that
dbus_malloc
159
/* Use system malloc to avoid memleaks that
dbus_malloc
709
copy =
dbus_malloc
(end - nptr + 1 + decimal_point_len);
dbus-sysdeps-win.c
629
retval =
dbus_malloc
(n);
679
*ppsid =
dbus_malloc
(sid_length);
[
all
...]
dbus-hash.c
[
all
...]
dbus-string.c
149
real->str =
dbus_malloc
(_DBUS_STRING_ALLOCATION_PADDING + allocate_size);
735
*data_return =
dbus_malloc
(real->len + 1);
[
all
...]
dbus-object-tree.c
953
subtree =
dbus_malloc
(MAX (front_padding + (len + 1), sizeof (DBusObjectSubtree)));
[
all
...]
dbus-sysdeps-unix.c
[
all
...]
/external/dbus/bus/
config-loader-expat.c
195
memsuite.malloc_fcn =
dbus_malloc
;
config-loader-libxml.c
176
dbus_malloc
,
desktop-file.c
195
retval =
dbus_malloc
(end_pos - pos + 1);
selinux.c
88
.func_malloc =
dbus_malloc
,
Completed in 1235 milliseconds