Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
memory.c File Reference
#include <metis.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

void AllocateWorkSpace (CtrlType *ctrl, GraphType *graph, int nparts)
 
void FreeWorkSpace (CtrlType *ctrl, GraphType *graph)
 
int WspaceAvail (CtrlType *ctrl)
 
idxtypeidxwspacemalloc (CtrlType *ctrl, int n)
 
void idxwspacefree (CtrlType *ctrl, int n)
 
float * fwspacemalloc (CtrlType *ctrl, int n)
 
void fwspacefree (CtrlType *ctrl, int n)
 
GraphTypeCreateGraph (void)
 
void InitGraph (GraphType *graph)
 
void FreeGraph (GraphType *graph)
 

Function Documentation

void AllocateWorkSpace ( CtrlType ctrl,
GraphType graph,
int  nparts 
)

Definition at line 21 of file memory.c.

GraphType* CreateGraph ( void  )

Definition at line 154 of file memory.c.

void FreeGraph ( GraphType graph)

Definition at line 202 of file memory.c.

Here is the call graph for this function:

void FreeWorkSpace ( CtrlType ctrl,
GraphType graph 
)

Definition at line 87 of file memory.c.

Here is the call graph for this function:

void fwspacefree ( CtrlType ctrl,
int  n 
)

Definition at line 140 of file memory.c.

Here is the caller graph for this function:

float* fwspacemalloc ( CtrlType ctrl,
int  n 
)

Definition at line 128 of file memory.c.

void idxwspacefree ( CtrlType ctrl,
int  n 
)

Definition at line 116 of file memory.c.

idxtype* idxwspacemalloc ( CtrlType ctrl,
int  n 
)

Definition at line 104 of file memory.c.

void InitGraph ( GraphType graph)

Definition at line 170 of file memory.c.

int WspaceAvail ( CtrlType ctrl)

Definition at line 95 of file memory.c.