Searched refs:allocdac (Results 1 – 1 of 1) sorted by relevance
2110 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ in decNumberPower() local2298 allocdac=(decNumber *)malloc(needbytes); in decNumberPower()2299 if (allocdac==NULL) { /* hopeless -- abandon */ in decNumberPower()2302 dac=allocdac; /* use the allocated space */ in decNumberPower()2418 if (allocdac!=NULL) free(allocdac); /* drop any storage used */ in decNumberPower()