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

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1475 decNumber *allocbufa = NULL; /* -> allocated bufa, iff allocated */ local
1565 allocbufa = (decNumber *) malloc (needbytes);
1567 if (allocbufa == NULL || allocbufb == NULL)
1572 a = allocbufa; /* use the allocated space */
1772 if (allocbufa != NULL)
1773 free (allocbufa); /* .. */

Completed in 83 milliseconds