GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_execmem.c File Reference
#include <grass/cluster.h>
Include dependency graph for c_execmem.c:

Go to the source code of this file.

Functions

int I_cluster_exec_allocate (struct Cluster *C)
 
int I_cluster_exec_free (struct Cluster *C)
 

Function Documentation

int I_cluster_exec_allocate ( struct Cluster *  C)

Definition at line 3 of file c_execmem.c.

References I_alloc_double2(), I_alloc_int(), I_cluster_exec_free(), and NULL.

Referenced by I_cluster_exec().

int I_cluster_exec_free ( struct Cluster *  C)

Definition at line 27 of file c_execmem.c.

References I_free(), I_free_double2(), and NULL.

Referenced by I_cluster_exec_allocate().