Searched defs:OSCL_ARRAY_NEW (Results 1 – 1 of 1) sorted by relevance
676 #define OSCL_ARRAY_NEW(T, count) new T[count] macro678 #define OSCL_ARRAY_NEW(T, count) new T[count] macro680 #define OSCL_ARRAY_NEW(T, count) new(__FILE__,__LINE__) T[count] macro682 #define OSCL_ARRAY_NEW(T, count) new T[count] macro