allocres 419 src/decNumber/decNumber.c Unit *allocres=NULL; // -> allocated result, iff allocated allocres 574 src/decNumber/decNumber.c allocres=(Unit *)malloc(needbytes); allocres 575 src/decNumber/decNumber.c if (allocres==NULL) {status|=DEC_Insufficient_storage; break;} allocres 576 src/decNumber/decNumber.c res=allocres; allocres 632 src/decNumber/decNumber.c if (allocres!=NULL) FREE(allocres); // drop any storage used