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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c358 Unit *allocres = NULL; /* -> allocated result, iff allocated */ local
565 allocres = (Unit *) malloc (need * sizeof (Unit));
566 if (allocres == NULL)
571 res = allocres;
627 if (allocres != NULL)
628 free (allocres); /* drop any storage we used */

Completed in 101 milliseconds