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

/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1474 decNumber *allocbuff = NULL; /* -> allocated buff, iff allocated */ local
1553 allocbuff = (decNumber *) malloc (needbytes);
1554 if (allocbuff == NULL)
1559 f = allocbuff; /* use the allocated space */
1770 if (allocbuff != NULL)
1771 free (allocbuff); /* drop any storage we used */

Completed in 117 milliseconds