allocbufb         853 src/decNumber/decNumber.c   decNumber *allocbufb=NULL;       // -> allocated bufb, iff allocated
allocbufb         876 src/decNumber/decNumber.c         allocbufb=(decNumber *)malloc(needbytes);
allocbufb         877 src/decNumber/decNumber.c         if (allocbufb==NULL) {          // hopeless -- abandon
allocbufb         880 src/decNumber/decNumber.c         b=allocbufb;                    // use the allocated space
allocbufb         890 src/decNumber/decNumber.c   if (allocbufb!=NULL) FREE(allocbufb); // ..
allocbufb        1287 src/decNumber/decNumber.c   decNumber *allocbufb=NULL;       // -> allocated bufb, iff allocated
allocbufb        1378 src/decNumber/decNumber.c       allocbufb=(decNumber *)malloc(needbytes);
allocbufb        1379 src/decNumber/decNumber.c       if (allocbufb==NULL) {            // hopeless -- abandon
allocbufb        1382 src/decNumber/decNumber.c       b=allocbufb;                      // use the allocated space
allocbufb        1400 src/decNumber/decNumber.c   if (allocbufb!=NULL) FREE(allocbufb); // ..
allocbufb        2668 src/decNumber/decNumber.c   decNumber *allocbufb=NULL;       // -> allocated bufb, iff allocated
allocbufb        2744 src/decNumber/decNumber.c       allocbufb=(decNumber *)malloc(needbytes);
allocbufb        2745 src/decNumber/decNumber.c       if (allocbufa==NULL || allocbufb==NULL) {   // hopeless
allocbufb        2749 src/decNumber/decNumber.c       b=allocbufb;            // ..
allocbufb        2958 src/decNumber/decNumber.c   if (allocbufb!=NULL) FREE(allocbufb);      // ..
allocbufb        5337 src/decNumber/decNumber.c   decNumber *allocbufb=NULL;       // -> allocated bufa, iff allocated
allocbufb        5410 src/decNumber/decNumber.c       allocbufb=(decNumber *)malloc(needbytes);
allocbufb        5411 src/decNumber/decNumber.c       if (allocbufb==NULL) {          // hopeless -- abandon
allocbufb        5414 src/decNumber/decNumber.c       b=allocbufb;                    // use the allocated space
allocbufb        5531 src/decNumber/decNumber.c   if (allocbufb!=NULL) FREE(allocbufb); // ..