Home | History | Annotate | Download | only in common

Lines Matching defs:memory

145     /* allocate memory for the object */
158 /* allocate memory for arrays as requested */
189 * We are allowed to allocate memory if memory==NULL or
191 * We also try to grow memory as needed if we
204 /* check for existing memory */
206 /* we need to allocate memory */
215 /* there is already enough memory */
219 /* not enough memory, and we must not allocate */
223 void *memory;
228 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) {
229 *pMemory=memory;
585 if(checkParaCount(pBiDi)==FALSE) /* not enough memory for a new para entry */
1071 * Returns normally the direction; -1 if there was a memory shortage
2392 /* obtain memory for mapping table and visual text */
2437 * than the original text. But we don't want the levels memory to be
2550 /* free memory for mapping table and visual text */
2621 /* allocate paras memory */
2669 /* allocate isolate memory */
2811 /* check if we got any memory shortage while adding insert points */