Searched refs:dbus_malloc (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.h43 void* dbus_malloc (size_t bytes);
58 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
H A Ddbus-mempool.c235 block = dbus_malloc (alloc_size);
311 block = dbus_malloc (alloc_size);
479 to_free[j] = dbus_malloc (size);
H A Ddbus-memory.c34 * @brief dbus_malloc(), dbus_free(), etc.
44 * @brief internals of dbus_malloc() etc.
59 * Safe macro for using dbus_malloc(). Accepts the type
136 _dbus_verbose ("Will fail dbus_malloc every %d times\n", fail_nth);
149 _dbus_verbose ("Will use dbus_malloc guards\n");
161 _dbus_verbose ("Will backtrace on failing a dbus_malloc\n");
453 * dbus_malloc() memory is NOT safe to free with regular free() from
460 dbus_malloc (size_t bytes) function
590 * Resizes a block of memory previously allocated by dbus_malloc() or
694 * Frees a block of memory previously allocated by dbus_malloc() o
[all...]
H A Ddbus-internals.c555 copy = dbus_malloc (len + 1);
578 copy = dbus_malloc (n_bytes);
H A Ddbus-spawn-win.c418 *new_argv = dbus_malloc ((argc + 1) * sizeof (char *));
460 q = (*new_argv)[i] = dbus_malloc (len + need_dblquotes*2 + 1);
H A Ddbus-auth-script.c195 array[k] = dbus_malloc (j - i + 1);
H A Ddbus-sysdeps-util-unix.c814 buf = dbus_malloc (buflen);
H A Ddbus-string.c149 real->str = dbus_malloc (_DBUS_STRING_ALLOCATION_PADDING + allocate_size);
656 *data_return = dbus_malloc (real->len + 1);
H A Ddbus-sysdeps-win.c635 retval = dbus_malloc (n);
685 *ppsid = dbus_malloc (sid_length);
3566 msg_copy = dbus_malloc (strlen (msg));
H A Ddbus-hash.c1451 keys[i] = dbus_malloc (128);
H A Ddbus-sysdeps-unix.c2078 buf = dbus_malloc (buflen);
3153 buf = dbus_malloc (bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-loader-expat.c194 memsuite.malloc_fcn = dbus_malloc;
H A Dconfig-loader-libxml.c176 dbus_malloc,
H A Ddesktop-file.c195 retval = dbus_malloc (end_pos - pos + 1);
H A Dselinux.c88 .func_malloc = dbus_malloc,

Completed in 147 milliseconds