Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c660 Unit *allocres=NULL; /* -> allocated result, iff allocated */ in decNumberFromString() local
820 allocres=(Unit *)malloc(needbytes); in decNumberFromString()
821 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;} in decNumberFromString()
822 res=allocres; in decNumberFromString()
878 if (allocres!=NULL) free(allocres); /* drop any storage used */ in decNumberFromString()