Home
last modified time | relevance | path

Searched refs:allocres (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c358 Unit *allocres = NULL; /* -> allocated result, iff allocated */ in decNumberFromString() local
565 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()