Home
last modified time | relevance | path

Searched refs:g_realloc (Results 1 – 25 of 29) sorted by relevance

12

/external/bluetooth/glib/glib/
Dgbsearcharray.h136 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()
Dgmem.h53 gpointer g_realloc (gpointer mem,
69 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
Dgarray.c339 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()
Dgmem.c163 g_realloc (gpointer mem, in g_realloc() function
Dgconvert.c647 dest = g_realloc (dest, outbuf_size); in g_convert_with_iconv()
930 dest = g_realloc (dest, outbuf_size); in g_convert_with_fallback()
Dgstring.c359 string->str = g_realloc (string->str, string->allocated_len); in g_string_maybe_expand()
Dgfileutils.c1810 buffer = g_realloc (buffer, size); in g_file_read_link()
Dgaliasdef.c1718 #undef g_realloc
1719 extern __typeof (g_realloc) g_realloc __attribute((alias("IA__g_realloc"), visibility("default")));
Dgalias.h1711 extern __typeof (g_realloc) IA__g_realloc __attribute((visibility("hidden")));
1712 #define g_realloc IA__g_realloc macro
/external/bluetooth/glib/gio/tests/
Dmemory-output-stream.c37 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()
Dfilter-streams.c53 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/
Dg-gnulib.h37 #define realloc g_realloc
/external/libvpx/vpx_mem/
Dvpx_mem.c58 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()
Dvpx_mem_tracker.c65 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/
Ddebugging.txt16 If set to a size > 0, g_free(), g_realloc() and g_malloc()
/external/bluetooth/glib/gthread/
Dgthread-impl.c87 retval = g_realloc (retval, G_MUTEX_SIZE + sizeof (GMutexDebugInfo)); in g_mutex_new_errorcheck_impl()
/external/bluetooth/glib/gio/
Dgthemedicon.c385 icon->names = g_realloc (icon->names, sizeof (char*) * (num_names + 2)); in g_themed_icon_append_name()
Dglocalfileinfo.c179 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()
Dgfileinfo.c137 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/
Dgattrib.c546 attrib->buf = g_realloc(attrib->buf, mtu); in g_attrib_set_mtu()
/external/bluetooth/glib/gobject/
Dgobject.c1979 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/
DNEWS.pre-1-33 * g_realloc() fix for SunOS (please report further problems).
/external/bluetooth/glib/docs/reference/glib/
Drunning.sgml252 <link linkend="g-realloc">g_realloc</link>() and
Dglib-sections.txt821 g_realloc
/external/bluetooth/bluez/plugins/
Dmgmtops.c107 controllers = g_realloc(controllers, size); in add_controller()

12