/external/bluetooth/glib/glib/ |
D | gbsearcharray.h | 136 barray = (GBSearchArray *) g_realloc (NULL, size); in g_bsearch_array_create() 213 barray = (GBSearchArray *) g_realloc (barray, new_size); in g_bsearch_array_grow() 216 barray = (GBSearchArray *) g_realloc (barray, sizeof (GBSearchArray) + new_size); in g_bsearch_array_grow() 285 barray = (GBSearchArray *) g_realloc (barray, new_size); in g_bsearch_array_remove() 288 barray = (GBSearchArray *) g_realloc (barray, sizeof (GBSearchArray) + new_size); in g_bsearch_array_remove()
|
D | gmem.h | 53 gpointer g_realloc (gpointer mem, 69 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
|
D | garray.c | 339 array->data = g_realloc (array->data, want_alloc); in g_array_maybe_expand() 414 array->pdata = g_realloc (array->pdata, sizeof (gpointer) * array->alloc); in g_ptr_array_maybe_expand()
|
D | gmem.c | 163 g_realloc (gpointer mem, in g_realloc() function
|
D | gconvert.c | 647 dest = g_realloc (dest, outbuf_size); in g_convert_with_iconv() 930 dest = g_realloc (dest, outbuf_size); in g_convert_with_fallback()
|
D | gstring.c | 359 string->str = g_realloc (string->str, string->allocated_len); in g_string_maybe_expand()
|
D | gfileutils.c | 1810 buffer = g_realloc (buffer, size); in g_file_read_link()
|
D | galiasdef.c | 1718 #undef g_realloc 1719 extern __typeof (g_realloc) g_realloc __attribute((alias("IA__g_realloc"), visibility("default")));
|
D | galias.h | 1711 extern __typeof (g_realloc) IA__g_realloc __attribute((visibility("hidden"))); 1712 #define g_realloc IA__g_realloc macro
|
/external/bluetooth/glib/gio/tests/ |
D | memory-output-stream.c | 37 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free); in test_truncate() 65 mo = g_memory_output_stream_new (NULL, 0, g_realloc, g_free); in test_data_size()
|
D | filter-streams.c | 53 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free); in test_output_filter() 176 base = g_memory_output_stream_new (NULL, 0, g_realloc, g_free); in test_output_async()
|
/external/bluetooth/glib/glib/gnulib/ |
D | g-gnulib.h | 37 #define realloc g_realloc
|
/external/libvpx/vpx_mem/ |
D | vpx_mem.c | 58 g_realloc_func g_realloc; member 66 # define VPX_REALLOC_L g_func->g_realloc 690 g_func->g_realloc = g_realloc_l; in vpx_mem_set_functions()
|
D | vpx_mem_tracker.c | 65 static mem_track_realloc_func g_realloc = realloc; variable 798 g_realloc = g_realloc_l; in vpx_memory_tracker_set_functions()
|
/external/bluetooth/glib/docs/ |
D | debugging.txt | 16 If set to a size > 0, g_free(), g_realloc() and g_malloc()
|
/external/bluetooth/glib/gthread/ |
D | gthread-impl.c | 87 retval = g_realloc (retval, G_MUTEX_SIZE + sizeof (GMutexDebugInfo)); in g_mutex_new_errorcheck_impl()
|
/external/bluetooth/glib/gio/ |
D | gthemedicon.c | 385 icon->names = g_realloc (icon->names, sizeof (char*) * (num_names + 2)); in g_themed_icon_append_name()
|
D | glocalfileinfo.c | 179 buffer = g_realloc (buffer, size); in read_link() 478 list = g_realloc (list, list_size); in get_xattrs() 633 list = g_realloc (list, list_size); in get_xattrs_from_fd()
|
D | gfileinfo.c | 137 attributes = g_realloc (attributes, (ns_info->id + 1) * sizeof (char **)); in _lookup_namespace() 210 attributes[ns_info->id] = g_realloc (attributes[ns_info->id], (id + 1) * sizeof (char *)); in lookup_attribute()
|
/external/bluetooth/bluez/attrib/ |
D | gattrib.c | 546 attrib->buf = g_realloc(attrib->buf, mtu); in g_attrib_set_mtu()
|
/external/bluetooth/glib/gobject/ |
D | gobject.c | 1979 wstack = g_realloc (wstack, sizeof (*wstack) + sizeof (wstack->weak_refs[0]) * i); in g_object_weak_ref() 2254 tstack = g_realloc (tstack, sizeof (*tstack) + sizeof (tstack->toggle_refs[0]) * i); in g_object_add_toggle_ref() 3040 carray = g_realloc (carray, sizeof (*carray) + sizeof (carray->closures[0]) * i); in g_object_watch_closure()
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 3 * g_realloc() fix for SunOS (please report further problems).
|
/external/bluetooth/glib/docs/reference/glib/ |
D | running.sgml | 252 <link linkend="g-realloc">g_realloc</link>() and
|
D | glib-sections.txt | 821 g_realloc
|
/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 107 controllers = g_realloc(controllers, size); in add_controller()
|