Home
last modified time | relevance | path

Searched refs:g_try_realloc (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/glib/glib/
Dgmem.h58 gpointer g_try_realloc (gpointer mem,
76 ((struct_type *) g_try_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
Dgmem.c218 g_try_realloc (gpointer mem, in g_try_realloc() function
Dgfileutils.c525 tmp = g_try_realloc (str, total_allocated); in get_contents_stdio()
Dgaliasdef.c1727 #undef g_try_realloc
1728 extern __typeof (g_try_realloc) g_try_realloc __attribute((alias("IA__g_try_realloc"), visibility("…
Dgalias.h1720 extern __typeof (g_try_realloc) IA__g_try_realloc __attribute((visibility("hidden")));
1721 #define g_try_realloc IA__g_try_realloc macro
/external/bluetooth/bluez/attrib/
Dgatt.c410 tmp = g_try_realloc(long_read->buffer, long_read->size + rlen - 1); in read_blob_helper()
Dclient.c238 chr->value = g_try_realloc(chr->value, vlen); in characteristic_set_value()
/external/bluetooth/bluez/src/
Dattrib-server.c1280 a = g_try_realloc(l->data, sizeof(struct attribute) + len); in attrib_db_update()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt824 g_try_realloc
/external/bluetooth/glib/
DChangeLog.pre-2-10732 g_try_realloc.
DChangeLog.pre-2-04030 and g_try_realloc() which _may_ fail and return NULL.