Searched refs:allocres (Results 1 – 1 of 1) sorted by relevance
358 Unit *allocres = NULL; /* -> allocated result, iff allocated */ in decNumberFromString() local565 allocres = (Unit *) malloc (need * sizeof (Unit)); in decNumberFromString()566 if (allocres == NULL) in decNumberFromString()571 res = allocres; in decNumberFromString()627 if (allocres != NULL) in decNumberFromString()628 free (allocres); /* drop any storage we used */ in decNumberFromString()