Home | History | Annotate | Download | only in libdecnumber

Lines Matching defs:allocbufa

931   decNumber *allocbufa=NULL;	   /* -> allocated bufa, iff allocated */
946 allocbufa=(decNumber *)malloc(needbytes);
947 if (allocbufa==NULL) { /* hopeless -- abandon */
950 a=allocbufa; /* use the allocated space */
973 free(allocbufa); /* drop any storage used */
1110 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1139 allocbufa=(decNumber *)malloc(needbytes);
1140 if (allocbufa==NULL) { /* hopeless -- abandon */
1143 acc=allocbufa; /* use the allocated space */
1172 free(allocbufa); /* drop any storage used */
1399 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1468 allocbufa=(decNumber *)malloc(needbytes);
1469 if (allocbufa==NULL) { /* hopeless -- abandon */
1472 a=allocbufa; /* use the allocated space */
1512 free(allocbufa); /* drop any storage used */
2821 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
2901 allocbufa=(decNumber *)malloc(needbytes);
2903 if (allocbufa==NULL || allocbufb==NULL) { /* hopeless */
2906 a=allocbufa; /* use the allocated spaces */
3115 free(allocbufa); /* .. */
5248 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5389 allocbufa=(decNumber *)malloc(needbytes);
5390 if (allocbufa==NULL) { /* hopeless -- abandon */
5393 a=allocbufa; /* use the allocated space */
5487 free(allocbufa); /* .. */
5594 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5666 allocbufa=(decNumber *)malloc(needbytes);
5667 if (allocbufa==NULL) { /* hopeless -- abandon */
5670 a=allocbufa; /* use the allocated space */
5797 free(allocbufa); /* drop any storage used */