allocdac         1808 src/decNumber/decNumber.c   decNumber *allocdac=NULL;        // -> allocated acc buffer, iff used
allocdac         1995 src/decNumber/decNumber.c       allocdac=(decNumber *)malloc(needbytes);
allocdac         1996 src/decNumber/decNumber.c       if (allocdac==NULL) {   // hopeless -- abandon
allocdac         1999 src/decNumber/decNumber.c       dac=allocdac;           // use the allocated space
allocdac         2120 src/decNumber/decNumber.c   if (allocdac!=NULL) FREE(allocdac);   // drop any storage used