/opt/source/Wonder/Utilities/Adaptors/Adaptor/womalloc.h File Reference

#include <stdlib.h>
#include <string.h>

Include dependency graph for womalloc.h:

This graph shows which files directly or indirectly include this file:


Defines

#define WOCALLOC(CT, SZ)   calloc(CT,SZ)
#define WOFREE(PTR)   free(PTR)
#define WOMALLOC(SZ)   malloc(SZ)
#define WOMALLOCINIT()
#define WOREALLOC(PTR, SZ)   realloc(PTR,SZ)
#define WOSTRDUP(S)   strdup(S)

Define Documentation

#define WOCALLOC ( CT,
SZ   )     calloc(CT,SZ)

#define WOFREE ( PTR   )     free(PTR)

#define WOMALLOC ( SZ   )     malloc(SZ)

 
#define WOMALLOCINIT (  ) 

#define WOREALLOC ( PTR,
SZ   )     realloc(PTR,SZ)

#define WOSTRDUP (  )     strdup(S)


Generated on Sat May 26 06:42:05 2012 for Project Wonder by  doxygen 1.5.8