Function Macro
Geglscratch_new
Declaration [src]
#define gegl_scratch_new (
type,
n
)
Description [src]
Allocates n
elements of type type
using scratch memory.
The returned pointer is cast to a pointer to the given type.
Care is taken to avoid overflow when calculating the size of
the allocated block.
Since the returned pointer is already cast to the right type, it is normally unnecessary to cast it explicitly, and doing so might hide memory allocation errors.
This function is not directly available to language bindings.