allocinv 1809 src/decNumber/decNumber.c decNumber *allocinv=NULL; // -> allocated 1/x buffer, iff used allocinv 2042 src/decNumber/decNumber.c allocinv=(decNumber *)malloc(needbytes); allocinv 2043 src/decNumber/decNumber.c if (allocinv==NULL) { // hopeless -- abandon allocinv 2046 src/decNumber/decNumber.c inv=allocinv; // use the allocated space allocinv 2121 src/decNumber/decNumber.c if (allocinv!=NULL) FREE(allocinv); // ..