Lines Matching refs:dbus_malloc
34 * @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)
590 * Resizes a block of memory previously allocated by dbus_malloc() or
694 * Frees a block of memory previously allocated by dbus_malloc() or
915 p = dbus_malloc (4);