allocbufb 838 src/decNumber/decNumber.c decNumber *allocbufb=NULL; // -> allocated bufb, iff allocated allocbufb 861 src/decNumber/decNumber.c allocbufb=(decNumber *)malloc(needbytes); allocbufb 862 src/decNumber/decNumber.c if (allocbufb==NULL) { // hopeless -- abandon allocbufb 865 src/decNumber/decNumber.c b=allocbufb; // use the allocated space allocbufb 875 src/decNumber/decNumber.c if (allocbufb!=NULL) FREE(allocbufb); // .. allocbufb 1271 src/decNumber/decNumber.c decNumber *allocbufb=NULL; // -> allocated bufb, iff allocated allocbufb 1362 src/decNumber/decNumber.c allocbufb=(decNumber *)malloc(needbytes); allocbufb 1363 src/decNumber/decNumber.c if (allocbufb==NULL) { // hopeless -- abandon allocbufb 1366 src/decNumber/decNumber.c b=allocbufb; // use the allocated space allocbufb 1384 src/decNumber/decNumber.c if (allocbufb!=NULL) FREE(allocbufb); // .. allocbufb 2652 src/decNumber/decNumber.c decNumber *allocbufb=NULL; // -> allocated bufb, iff allocated allocbufb 2728 src/decNumber/decNumber.c allocbufb=(decNumber *)malloc(needbytes); allocbufb 2729 src/decNumber/decNumber.c if (allocbufa==NULL || allocbufb==NULL) { // hopeless allocbufb 2733 src/decNumber/decNumber.c b=allocbufb; // .. allocbufb 2942 src/decNumber/decNumber.c if (allocbufb!=NULL) FREE(allocbufb); // .. allocbufb 5317 src/decNumber/decNumber.c decNumber *allocbufb=NULL; // -> allocated bufa, iff allocated allocbufb 5390 src/decNumber/decNumber.c allocbufb=(decNumber *)malloc(needbytes); allocbufb 5391 src/decNumber/decNumber.c if (allocbufb==NULL) { // hopeless -- abandon allocbufb 5394 src/decNumber/decNumber.c b=allocbufb; // use the allocated space allocbufb 5511 src/decNumber/decNumber.c if (allocbufb!=NULL) FREE(allocbufb); // ..