Lines Matching defs:memory
137 /* allocate memory for the object */
154 /* allocate memory for arrays as requested */
185 * We are allowed to allocate memory if memory==NULL or
187 * We also try to grow memory as needed if we
200 /* check for existing memory */
202 /* we need to allocate memory */
211 /* there is already enough memory */
215 /* not enough memory, and we must not allocate */
219 void *memory;
224 if((memory=uprv_realloc(*pMemory, sizeNeeded))!=NULL) {
225 *pMemory=memory;
1574 /* obtain memory for mapping table and visual text */
1619 * than the original text. But we don't want the levels memory to be
1728 /* free memory for mapping table and visual text */
1827 /* allocate paras memory */
1991 /* check if we got any memory shortage while adding insert points */