4 /* Use _asn1_afree() when calling alloca, or
5 * memory leaks may occur in systems which do not
9 # define _asn1_alloca alloca
10 # define _asn1_afree(x)
12 # define _asn1_alloca _asn1_malloc
13 # define _asn1_afree _asn1_free
14 #endif /* HAVE_ALLOCA */
16 #define _asn1_malloc malloc
17 #define _asn1_free free
18 #define _asn1_calloc calloc
19 #define _asn1_realloc realloc
20 #define _asn1_strdup strdup