Defines | |
#define | STD_FREE(p) free(p) |
#define | STD_MALLOC(s) malloc(s) |
#define | STD_CALLOC(n, s) calloc(n, s) |
#define | STD_REALLOC(p, s) realloc(p, s) |
#define | STD_ALLOCA(s) alloca(s) |
#define STD_FREE | ( | p | ) | free(p) |
#define STD_MALLOC | ( | s | ) | malloc(s) |
#define STD_CALLOC | ( | n, | |||
s | ) | calloc(n, s) |
#define STD_REALLOC | ( | p, | |||
s | ) | realloc(p, s) |
#define STD_ALLOCA | ( | s | ) | alloca(s) |
Genereated on Tue Mar 11 19:25:23 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.