Function

Geglcalloc

Declaration [src]

gpointer
gegl_calloc (
  gsize size,
  gint n_memb
)

Description [src]

Allocated 0’d memory.

This function is not directly available to language bindings

Parameters

size gsize
 

Size of items to allocate.

n_memb gint
 

Number of members.

Return value

Returns: gpointer
  No description available.
 The data is owned by the called function.
 The return value can be NULL.