allocdac 1792 src/decNumber/decNumber.c decNumber *allocdac=NULL; // -> allocated acc buffer, iff used allocdac 1979 src/decNumber/decNumber.c allocdac=(decNumber *)malloc(needbytes); allocdac 1980 src/decNumber/decNumber.c if (allocdac==NULL) { // hopeless -- abandon allocdac 1983 src/decNumber/decNumber.c dac=allocdac; // use the allocated space allocdac 2104 src/decNumber/decNumber.c if (allocdac!=NULL) FREE(allocdac); // drop any storage used