Function

Geglscratch_alloc0

Declaration [src]

gpointer
gegl_scratch_alloc0 (
  gsize size
)

Description [src]

Allocates size bytes of scratch memory, initialized to zero.

Returns a pointer to the allocated memory.

This function is not directly available to language bindings.

Parameters

size

Type: gsize

The number of bytes to allocte.

Return value

Type: gpointer

No description available.

The data is owned by the called function.
The return value can be NULL.