varalloc         3980 src/decNumber/decNumber.c   Unit  *varalloc=NULL;            // -> allocated buffer, iff used
varalloc         4172 src/decNumber/decNumber.c       varalloc=(Unit *)malloc((var1units+1)*sizeof(Unit));
varalloc         4173 src/decNumber/decNumber.c       if (varalloc==NULL) {             // hopeless -- abandon
varalloc         4176 src/decNumber/decNumber.c       var1=varalloc;                    // use the allocated space
varalloc         4528 src/decNumber/decNumber.c   if (varalloc!=NULL) FREE(varalloc);   // drop any storage used