mmfx_new_opt       60 MMgc/AllocationMacros.h #define mmfx_new_opt(new_data, opts)		new (MMgc::kUseFixedMalloc, opts) new_data
mmfx_new_opt       77 MMgc/AllocationMacros.h #define mmfx_new_opt(new_data, opts)		new (opts) new_data