allocres          434 src/decNumber/decNumber.c   Unit  *allocres=NULL;            // -> allocated result, iff allocated
allocres          589 src/decNumber/decNumber.c         allocres=(Unit *)malloc(needbytes);
allocres          590 src/decNumber/decNumber.c         if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
allocres          591 src/decNumber/decNumber.c         res=allocres;
allocres          647 src/decNumber/decNumber.c   if (allocres!=NULL) FREE(allocres);   // drop any storage used