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