Searched refs:allocdac (Results 1 – 4 of 4) sorted by relevance
1948 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ in decNumberPower() local2136 allocdac=(decNumber *)malloc(needbytes); in decNumberPower()2137 if (allocdac==NULL) { /* hopeless -- abandon */ in decNumberPower()2140 dac=allocdac; /* use the allocated space */ in decNumberPower()2256 free(allocdac); /* drop any storage used */ in decNumberPower()