mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
doc update
This commit is contained in:
parent
5e713e2775
commit
5f349db0c9
@ -75,7 +75,7 @@ struct _GMemVTable
|
|||||||
gpointer (*realloc) (gpointer mem,
|
gpointer (*realloc) (gpointer mem,
|
||||||
gsize n_bytes);
|
gsize n_bytes);
|
||||||
void (*free) (gpointer mem);
|
void (*free) (gpointer mem);
|
||||||
/* optional */
|
/* optional; set to NULL if not used ! */
|
||||||
gpointer (*calloc) (gsize n_blocks,
|
gpointer (*calloc) (gsize n_blocks,
|
||||||
gsize n_block_bytes);
|
gsize n_block_bytes);
|
||||||
gpointer (*try_malloc) (gsize n_bytes);
|
gpointer (*try_malloc) (gsize n_bytes);
|
||||||
|
Loading…
Reference in New Issue
Block a user