Home
last modified time | relevance | path

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

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