Searched refs:g_try_realloc (Results 1 – 11 of 11) 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
410 tmp = g_try_realloc(long_read->buffer, long_read->size + rlen - 1); in read_blob_helper()
238 chr->value = g_try_realloc(chr->value, vlen); in characteristic_set_value()
1280 a = g_try_realloc(l->data, sizeof(struct attribute) + len); in attrib_db_update()
824 g_try_realloc
732 g_try_realloc.
4030 and g_try_realloc() which _may_ fail and return NULL.