allocinv 1793 src/decNumber/decNumber.c decNumber *allocinv=NULL; // -> allocated 1/x buffer, iff used allocinv 2026 src/decNumber/decNumber.c allocinv=(decNumber *)malloc(needbytes); allocinv 2027 src/decNumber/decNumber.c if (allocinv==NULL) { // hopeless -- abandon allocinv 2030 src/decNumber/decNumber.c inv=allocinv; // use the allocated space allocinv 2105 src/decNumber/decNumber.c if (allocinv!=NULL) FREE(allocinv); // ..