Home
last modified time | relevance | path

Searched refs:g_try_realloc (Results 1 – 8 of 8) 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/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.