eg_nettype.c

Go to the documentation of this file.
00001 #include "eg_nettype.h"
00002 
00003 void EGfreeNetDdomMP (void *v,
00004                       EGmemPool_t * mem)
00005 {
00006 
00007   int i;
00008 
00009   EGnetDdom_t *ndom;
00010   ndom = (EGnetDdom_t *) (v);
00011 
00012   for (i = 0; i < 3; i++)
00013     EGmemPoolFree (ndom->path[i], sizeof (unsigned int) * (ndom->npath[i]),
00014                    mem);
00015 
00016   EGmemPoolFree (ndom->path, sizeof (unsigned int *) * 3, mem);
00017   EGmemPoolFree (ndom->npath, sizeof (unsigned int) * 3, mem);
00018 
00019   return;
00020 
00021 }

Generated on Thu Oct 20 14:58:41 2005 for DominoParitySeparator by  doxygen 1.4.5