Searched refs:allocbuff (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c2820 decNumber *allocbuff=NULL; /* -> allocated buff, iff allocated */ local
2892 allocbuff=(decNumber *)malloc(needbytes);
2893 if (allocbuff==NULL) { /* hopeless -- abandon */
2896 f=allocbuff; /* use the allocated space */
3114 free(allocbuff); /* drop any storage used */

Completed in 103 milliseconds