45
49
/* Memory allocation functions
49
53
gpointer g_realloc (gpointer mem,
50
54
gsize n_bytes) G_GNUC_WARN_UNUSED_RESULT;
51
55
void g_free (gpointer mem);
54
58
gpointer g_try_realloc (gpointer mem,
55
59
gsize n_bytes) G_GNUC_WARN_UNUSED_RESULT;