Searched refs:allocdac (Results 1 – 1 of 1) sorted by relevance
1980 decNumber *allocdac=NULL; /* -> allocated acc buffer, iff used */ in uprv_decNumberPower() local2168 allocdac=(decNumber *)malloc(needbytes); in uprv_decNumberPower()2169 if (allocdac==NULL) { /* hopeless -- abandon */ in uprv_decNumberPower()2172 dac=allocdac; /* use the allocated space */ in uprv_decNumberPower()2288 if (allocdac!=NULL) free(allocdac); /* drop any storage used */ in uprv_decNumberPower()