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

/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp5287 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */ local
5444 allocbuft=(decNumber *)malloc(needbytes);
5445 if (allocbuft==NULL) { /* hopeless -- abandon */
5448 t=allocbuft; /* use the allocated space */
5531 if (allocbuft!=NULL) free(allocbuft); /* .. */

Completed in 148 milliseconds