allocbuff        2650 src/decNumber/decNumber.c   decNumber *allocbuff=NULL;       // -> allocated buff, iff allocated
allocbuff        2718 src/decNumber/decNumber.c       allocbuff=(decNumber *)malloc(needbytes);
allocbuff        2719 src/decNumber/decNumber.c       if (allocbuff==NULL) {  // hopeless -- abandon
allocbuff        2722 src/decNumber/decNumber.c       f=allocbuff;            // use the allocated space
allocbuff        2940 src/decNumber/decNumber.c   if (allocbuff!=NULL) FREE(allocbuff);      // drop any storage used