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