MMgcConstructTaggedArray 58 MMgc/AllocationMacros.h #define mmfx_new_array(type, n) ::MMgcConstructTaggedArray((type*)NULL, n, MMgc::kNone) MMgcConstructTaggedArray 61 MMgc/AllocationMacros.h #define mmfx_new_array_opt(type, n, opts) ::MMgcConstructTaggedArray((type*)NULL, n, opts) MMgcConstructTaggedArray 278 MMgc/GCGlobalNew.h template <> REALLY_INLINE _x *MMgcConstructTaggedArray(_x*, size_t count, MMgc::FixedMallocOpts opts) \