Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_malloc

319     newElement = (DataCacheElement *)uprv_malloc(sizeof(DataCacheElement));
333 newElement->name = (char *)uprv_malloc(nameLen+1);