Function
Geglmalloc
Declaration [src]
gpointer
gegl_malloc (
gsize n_bytes
)
Description [src]
Allocates n_bytes
of memory. If n_bytes
is 0, returns NULL.
Returns a pointer to the allocated memory.
This function is not directly available to language bindings.