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

/external/dbus/dbus/
H A Ddbus-memory.c33 * @brief dbus_malloc(), dbus_free(), etc.
43 * @brief internals of dbus_malloc() etc.
58 * Safe macro for using dbus_malloc(). Accepts the type
433 * dbus_malloc() memory is NOT safe to free with regular free() from
440 dbus_malloc (size_t bytes) function
534 * Resizes a block of memory previously allocated by dbus_malloc() or
611 * Frees a block of memory previously allocated by dbus_malloc() or
822 p = dbus_malloc (4);

Completed in 32 milliseconds