Searched refs:g_try_realloc (Results 1 – 8 of 8) sorted by relevance
58 gpointer g_try_realloc (gpointer mem,76 ((struct_type *) g_try_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
218 g_try_realloc (gpointer mem, in g_try_realloc() function
525 tmp = g_try_realloc (str, total_allocated); in get_contents_stdio()
1727 #undef g_try_realloc 1728 extern __typeof (g_try_realloc) g_try_realloc __attribute((alias("IA__g_try_realloc"), visibility("…
1720 extern __typeof (g_try_realloc) IA__g_try_realloc __attribute((visibility("hidden")));1721 #define g_try_realloc IA__g_try_realloc macro
824 g_try_realloc
732 g_try_realloc.
4030 and g_try_realloc() which _may_ fail and return NULL.