operator new
Creates a new object of given size. This operator enables the Foundation Classes to use CICS® storage allocation (see initializeEnvironment).
void* operator new(size_t size)
- size
- The size of the object that is to be created, in bytes.
Creates a new object of given size. This operator enables the Foundation Classes to use CICS® storage allocation (see initializeEnvironment).