Lines Matching full:allocres
517 Unit *allocres=NULL; /* -> allocated result, iff allocated */677 allocres=(Unit *)malloc(needbytes);678 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}679 res=allocres;735 if (allocres!=NULL) free(allocres); /* drop any storage used */