Searched defs:LE_NEW_ARRAY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLETypes.h295 #define LE_NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
339 #define LE_NEW_ARRAY(type, count) (type *) malloc((count) * sizeof(type)) macro

Completed in 109 milliseconds