Function
Gegltry_malloc
since: 0.4
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.
Available since: 0.4
This function is not directly available to language bindings.