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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c1949 decNumber *allocinv=NULL; /* -> allocated 1/x buffer, iff used */ local
2183 allocinv=(decNumber *)malloc(needbytes);
2184 if (allocinv==NULL) { /* hopeless -- abandon */
2187 inv=allocinv; /* use the allocated space */
2257 free(allocinv); /* .. */

Completed in 114 milliseconds