Searched refs:allocinv (Results 1 – 4 of 4) sorted by relevance
1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ in decNumberPower() local2183 allocinv=(decNumber *)malloc(needbytes); in decNumberPower()2184 if (allocinv==NULL) { /* hopeless -- abandon */ in decNumberPower()2187 inv=allocinv; /* use the allocated space */ in decNumberPower()2257 free(allocinv); /* .. */ in decNumberPower()