Home | History | Annotate | Download | only in dbus

Lines Matching full:malloc

135           _dbus_verbose ("Will fail malloc every %d times\n", fail_nth);
148 _dbus_verbose ("Will use malloc guards\n");
160 _dbus_verbose ("Will backtrace on failing a malloc\n");
224 * Gets the number of failures we'll have when the fail malloc
291 * Get the number of outstanding malloc()'d blocks.
321 return "malloc";
329 _dbus_assert_not_reached ("Invalid malloc block source ID");
441 * malloc(). Guaranteed to return #NULL if bytes is zero
459 _dbus_verbose (" FAILING malloc of %ld bytes\n", (long) bytes);
473 block = malloc (bytes + GUARD_EXTRA_SIZE);
483 mem = malloc (bytes);
493 * Allocates the given number of bytes, as with standard malloc(), but
601 block = malloc (bytes + GUARD_EXTRA_SIZE);