mmfx_new_array_opt   61 MMgc/AllocationMacros.h #define mmfx_new_array_opt(type, n, opts)	::MMgcConstructTaggedArray((type*)NULL, n, opts)
mmfx_new_array_opt   78 MMgc/AllocationMacros.h #define mmfx_new_array_opt(type, n, opts)	new (opts) type[n]