allocbuff        2666 src/decNumber/decNumber.c   decNumber *allocbuff=NULL;       // -> allocated buff, iff allocated
allocbuff        2734 src/decNumber/decNumber.c       allocbuff=(decNumber *)malloc(needbytes);
allocbuff        2735 src/decNumber/decNumber.c       if (allocbuff==NULL) {  // hopeless -- abandon
allocbuff        2738 src/decNumber/decNumber.c       f=allocbuff;            // use the allocated space
allocbuff        2956 src/decNumber/decNumber.c   if (allocbuff!=NULL) FREE(allocbuff);      // drop any storage used