Searched refs:allocres (Results 1 – 1 of 1) sorted by relevance
660 Unit *allocres=NULL; /* -> allocated result, iff allocated */ in decNumberFromString() local820 allocres=(Unit *)malloc(needbytes); in decNumberFromString()821 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;} in decNumberFromString()822 res=allocres; in decNumberFromString()878 if (allocres!=NULL) free(allocres); /* drop any storage used */ in decNumberFromString()