Searched refs:allocdac (Results 1 – 1 of 1) sorted by relevance
981 decNumber *allocdac = NULL; /* -> allocated acc buffer, iff used */ in decNumberPower() local1100 allocdac = (decNumber *) malloc (needbytes); in decNumberPower()1101 if (allocdac == NULL) in decNumberPower()1106 dac = allocdac; /* use the allocated space */ in decNumberPower()1233 if (allocdac != NULL) in decNumberPower()1234 free (allocdac); /* drop any storage we used */ in decNumberPower()