Home
last modified time | relevance | path

Searched refs:dbus_malloc (Results 1 – 16 of 16) sorted by relevance

/external/dbus/dbus/
Ddbus-memory.h43 void* dbus_malloc (size_t bytes);
58 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
Ddbus-mempool.c235 block = dbus_malloc (alloc_size); in _dbus_mem_pool_alloc()
311 block = dbus_malloc (alloc_size); in _dbus_mem_pool_alloc()
479 to_free[j] = dbus_malloc (size); in time_for_size()
Ddbus-memory.c460 dbus_malloc (size_t bytes) in dbus_malloc() function
915 p = dbus_malloc (4); in _dbus_memory_test()
Ddbus-internals.c578 copy = dbus_malloc (len + 1); in _dbus_strdup()
601 copy = dbus_malloc (n_bytes); in _dbus_memdup()
Ddbus-spawn-win.c418 *new_argv = dbus_malloc ((argc + 1) * sizeof (char *)); in protect_argv()
460 q = (*new_argv)[i] = dbus_malloc (len + need_dblquotes*2 + 1); in protect_argv()
Ddbus-auth-script.c195 array[k] = dbus_malloc (j - i + 1); in split_string()
Ddbus-sysdeps-util-unix.c814 buf = dbus_malloc (buflen); in fill_group_info()
Ddbus-sysdeps-win.c635 retval = dbus_malloc (n); in _dbus_win_utf16_to_utf8()
685 *ppsid = dbus_malloc (sid_length); in _dbus_win_account_to_sid()
3566 msg_copy = dbus_malloc (strlen (msg)); in _dbus_win_set_error_from_win_error()
Ddbus-string.c149 real->str = dbus_malloc (_DBUS_STRING_ALLOCATION_PADDING + allocate_size); in _dbus_string_init_preallocated()
656 *data_return = dbus_malloc (real->len + 1); in _dbus_string_copy_data()
Ddbus-sysdeps-unix.c2103 buf = dbus_malloc (buflen); in fill_user_info()
3178 buf = dbus_malloc (bufsize); in _dbus_printf_string_upper_bound()
Ddbus-hash.c1451 keys[i] = dbus_malloc (128); in _dbus_hash_test()
/external/dbus/bus/
Dconfig-loader-expat.c195 memsuite.malloc_fcn = dbus_malloc; in bus_config_load()
Dconfig-loader-libxml.c176 dbus_malloc, in bus_config_load()
Ddesktop-file.c195 retval = dbus_malloc (end_pos - pos + 1); in unescape_string()
Dselinux.c88 .func_malloc = dbus_malloc,
/external/dbus/
DChangeLog.pre-1-07504 (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
11650 setting NULL value, and use system malloc not dbus_malloc()
12239 that there was one copy of dbus_malloc etc. in the daemon and one
13242 * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
13282 * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),