Home | History | Annotate | Download | only in intltest

Lines Matching refs:uprv_malloc

44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))