Searched refs:uprv_malloc (Results 1 - 2 of 2) sorted by relevance

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

Completed in 51 milliseconds