array_new_delete
Use to enable the operator new[]/delete[] in array allocation/deallocation operations.
Syntax
#pragma array_new_delete on | off | reset
Targets
All platforms.
Remarks
To check this setting, use __option (array_new_delete). The default setting is on.