Searched refs:dbus_malloc (Results 1 – 16 of 16) sorted by relevance
/external/dbus/dbus/ |
D | dbus-memory.h | 43 void* dbus_malloc (size_t bytes); 58 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
|
D | dbus-mempool.c | 235 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()
|
D | dbus-memory.c | 460 dbus_malloc (size_t bytes) in dbus_malloc() function 915 p = dbus_malloc (4); in _dbus_memory_test()
|
D | dbus-internals.c | 578 copy = dbus_malloc (len + 1); in _dbus_strdup() 601 copy = dbus_malloc (n_bytes); in _dbus_memdup()
|
D | dbus-spawn-win.c | 418 *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()
|
D | dbus-auth-script.c | 195 array[k] = dbus_malloc (j - i + 1); in split_string()
|
D | dbus-sysdeps-util-unix.c | 814 buf = dbus_malloc (buflen); in fill_group_info()
|
D | dbus-sysdeps-win.c | 635 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()
|
D | dbus-string.c | 149 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()
|
D | dbus-sysdeps-unix.c | 2103 buf = dbus_malloc (buflen); in fill_user_info() 3178 buf = dbus_malloc (bufsize); in _dbus_printf_string_upper_bound()
|
D | dbus-hash.c | 1451 keys[i] = dbus_malloc (128); in _dbus_hash_test()
|
/external/dbus/bus/ |
D | config-loader-expat.c | 195 memsuite.malloc_fcn = dbus_malloc; in bus_config_load()
|
D | config-loader-libxml.c | 176 dbus_malloc, in bus_config_load()
|
D | desktop-file.c | 195 retval = dbus_malloc (end_pos - pos + 1); in unescape_string()
|
D | selinux.c | 88 .func_malloc = dbus_malloc,
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 7504 (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),
|