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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c496 Unit *allocres=NULL; /* -> allocated result, iff allocated */ local
656 allocres=(Unit *)malloc(needbytes);
657 if (allocres==NULL) {status|=DEC_Insufficient_storage; break;}
658 res=allocres;
714 free(allocres); /* drop any storage used */

Completed in 106 milliseconds