Searched refs:g_realloc (Results 1 – 2 of 2) sorted by relevance
250 gpointer g_realloc(gpointer mem, gulong n_bytes);275 ((struct_type *) g_realloc ((mem), ((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
1320 gpointer g_realloc(gpointer mem, gulong n_bytes) in g_realloc() function1801 string->str = g_realloc(string->str, string->allocated_len); in g_string_maybe_expand()