Searched defs:OSCL_ARRAY_NEW (Results 1 – 1 of 1) sorted by relevance
684 #define OSCL_ARRAY_NEW(T, count) new T[count] macro686 #define OSCL_ARRAY_NEW(T, count) new T[count] macro688 #define OSCL_ARRAY_NEW(T, count) new(__FILE__,__LINE__) T[count] macro690 #define OSCL_ARRAY_NEW(T, count) new T[count] macro