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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETypes.h395 #define LE_NEW_ARRAY(type, count) (type *) LE_RANGE_CHECK(type,count,uprv_malloc((count) * sizeof(type))) macro
438 #define LE_NEW_ARRAY(type, count) LE_RANGE_CHECK(type,count,(type *) malloc((count) * sizeof(type))) macro

Completed in 322 milliseconds