Searched refs:allocres (Results 1 – 1 of 1) sorted by relevance
517 Unit *allocres=NULL; /* -> allocated result, iff allocated */ in uprv_decNumberFromString() local677 allocres=(Unit *)malloc(needbytes); in uprv_decNumberFromString()678 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;} in uprv_decNumberFromString()679 res=allocres; in uprv_decNumberFromString()735 if (allocres!=NULL) free(allocres); /* drop any storage used */ in uprv_decNumberFromString()