API Version: 2.0
Library Version: 2.72
gpointer g_malloc ( gsize n_bytes )
Allocates n_bytes bytes of memory. If n_bytes is 0 it returns NULL.
n_bytes
NULL
gsize
The number of bytes to allocate.
gpointer
A pointer to the allocated memory.