Home | History | Annotate | Download | only in i18n

Lines Matching defs:free

179 #include <stdlib.h>                /* for malloc, free, etc.  */
310 #define free(a) uprv_free(a)
314 /* Handle malloc/free accounting. If enabled, our accountable routines */
316 /* and free routines. */
318 #define free(a) decFree(a)
320 /* 'Our' malloc and free: */
737 if (allocres!=NULL) free(allocres); /* drop any storage used */
996 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
997 if (allocbufb!=NULL) free(allocbufb); /* .. */
1100 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1195 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1322 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1539 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
1540 if (allocbufb!=NULL) free(allocbufb); /* .. */
1542 if (allocrhs !=NULL) free(allocrhs); /* .. */
2286 if (allocdac!=NULL) free(allocdac); /* drop any storage used */
2287 if (allocinv!=NULL) free(allocinv); /* .. */
2289 if (alloclhs!=NULL) free(alloclhs); /* .. */
2290 if (allocrhs!=NULL) free(allocrhs); /* .. */
2382 if (allocrhs !=NULL) free(allocrhs); /* .. */
3148 if (allocbuff!=NULL) free(allocbuff); /* drop any storage used */
3149 if (allocbufa!=NULL) free(allocbufa); /* .. */
3150 if (allocbufb!=NULL) free(allocbufb); /* .. */
3152 if (allocrhs !=NULL) free(allocrhs); /* .. */
4172 if (allocacc!=NULL) free(allocacc); /* drop any storage used */
4174 if (allocrhs!=NULL) free(allocrhs); /* .. */
4175 if (alloclhs!=NULL) free(alloclhs); /* .. */
4824 if (varalloc!=NULL) free(varalloc); /* drop any storage used */
4825 if (allocacc!=NULL) free(allocacc); /* .. */
4827 if (allocrhs!=NULL) free(allocrhs); /* .. */
4828 if (alloclhs!=NULL) free(alloclhs); /* .. */
5173 if (allocacc!=NULL) free(allocacc); /* drop any storage used */
5175 if (allocrhs!=NULL) free(allocrhs); /* .. */
5176 if (alloclhs!=NULL) free(alloclhs); /* .. */
5179 if (allocrhi!=NULL) free(allocrhi); /* .. */
5180 if (alloclhi!=NULL) free(alloclhi); /* .. */
5529 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
5530 if (allocbufa!=NULL) free(allocbufa); /* .. */
5531 if (allocbuft!=NULL) free(allocbuft); /* .. */
5844 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
5845 if (allocbufb!=NULL) free(allocbufb); /* .. */
6012 if (allocrhs!=NULL) free(allocrhs); /* drop any storage used */
6013 if (alloclhs!=NULL) free(alloclhs); /* .. */
6195 if (allocrhs!=NULL) free(allocrhs); /* free any storage used */
6196 if (alloclhs!=NULL) free(alloclhs); /* .. */
6330 if (allocacc!=NULL) free(allocacc); /* drop any storage used */
6846 /* It is the caller's responsibility to free the allocated storage. */
8123 #undef free
8156 /* decFree -- accountable free routine */
8157 /* alloc is the storage to free */
8182 free(b0); /* drop the storage */
8184 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */
8187 #define free(a) decFree(a)