Searched refs:allocdac (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c981 decNumber *allocdac = NULL; /* -> allocated acc buffer, iff used */ local
1100 allocdac = (decNumber *) malloc (needbytes);
1101 if (allocdac == NULL)
1106 dac = allocdac; /* use the allocated space */
1233 if (allocdac != NULL)
1234 free (allocdac); /* drop any storage we used */

Completed in 179 milliseconds